Skip to content

Commit

Permalink
refactor: update pipeline with audit for security notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 30, 2019
1 parent a4a1d47 commit 54ef137
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -23,4 +23,4 @@ deploy:
- npx semantic-release
on:
branch: master
node: lts/*
node: 10

0 comments on commit 54ef137

Please sign in to comment.