We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419df5c commit da4cd06Copy full SHA for da4cd06
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - "0.10"
+ - "0.12"
4
sudo: false
5
script:
6
- - ant jsHint release -DnodePath=node
+ - npm run jsHint && npm run release
0 commit comments