Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
moyus committed Apr 11, 2018
1 parent 7c2e450 commit 20aebc3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
@@ -1,13 +1,16 @@
language: node_js
sudo: false
cache:
directories:
- node_modules
language: node_js
node_js:
- "8"

cache:
directories:
- node_modules

branches:
only:
- master
- master

script:
- npm test
- npm run codecov

0 comments on commit 20aebc3

Please sign in to comment.