language: node_js node_js: - "node" dist: trusty cache: npm before_install: - npm i -g npm@6.0.1 - npm --version branches: only: - master env: - TEST_SUITE=lint - TEST_SUITE=test-unit-all - TEST_SUITE=test-security script: - npm run $TEST_SUITE