Skip to content

Commit 15ea682

Browse files
committed
Fix .travis.yml
1 parent 92d6d25 commit 15ea682

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
language: node_js
2+
node_js:
3+
- '0.10'
4+
- '0.11'
5+
- '0.12'
6+
- '4.0'
7+
- '5.0'
8+
sudo: false
9+
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
110
deploy:
211
- provider: npm
312
email: tituswormer@gmail.com

0 commit comments

Comments
 (0)