From 54ef137bfd293bba06f72ae7045bacaf1d9e5847 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Wed, 30 Jan 2019 13:13:52 +0100 Subject: [PATCH] refactor: update pipeline with audit for security notifications --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6f0d2a..9943e34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,17 @@ --- language: node_js node_js: - - node - - lts/* + - 11 + - 10 + - 8 cache: directories: - - $HOME/.npm -before_install: - - npm install -g npm@latest + - ~/.npm install: - npm install script: - - commitlint-travis + - npx commitlint-travis + - npm audit - npm test - npm run build after_success: @@ -23,4 +23,4 @@ deploy: - npx semantic-release on: branch: master - node: lts/* + node: 10