Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00eb59 commit 4604c88Copy full SHA for 4604c88
.travis.yml
@@ -1,6 +1,9 @@
1
+sudo: false
2
language: node_js
3
node_js:
4
- "0.10"
5
+ - "0.12"
6
+ - "stable"
7
after_script:
8
- npm run coveralls
9
- npm run lint
0 commit comments