Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardalan Amini committed May 18, 2018
1 parent 86fc8f3 commit 14c595a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
language: node_js

os:
- linux
- osx

node_js:
- "10"
- "9"
- "8"

script:
- npm run coveralls
- npm run coveralls || echo "push to coveralls failed"

notifications:
email:
Expand Down

0 comments on commit 14c595a

Please sign in to comment.