Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Upgraded travis config
  • Loading branch information
erikras committed Feb 21, 2019
commit 77050a9e03f716f34f7c3ebb0195f5a2c30d69c2
30 changes: 17 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
sudo: false
language: node_js

before_install:
- npm install -g npm@5

- npm install -g [email protected]
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- "6"
- "5"
- "4"
- "stable"

- '8'
- '9'
- '10'
- '11'
- 'stable'
script:
- npm run lint
- npm test

- npm start validate
after_success:
- npm run test:cov
- npm run test:codecov
- npx codecov
branches:
only:
- master