Skip to content

Commit

Permalink
Updated the CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jul 22, 2017
1 parent 543d14a commit 2a52ffb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: node_js
node_js: 8

env: NODE_ENV="test"
dist: trusty
sudo: false

notifications:
email: false

env: NODE_ENV="test"
language: node_js
node_js: 8

script: npm test
after_script: npm run coverage

0 comments on commit 2a52ffb

Please sign in to comment.