web3.js/.travis.yml

12 lines
172 B
YAML
Raw Normal View History

language: node_js
node_js:
2014-11-05 13:31:54 -08:00
- "0.11"
- "0.10"
2014-11-05 13:31:54 -08:00
before_script:
- npm install
2014-11-14 11:00:19 -08:00
- npm install jshint
script:
- "jshint *.js lib"
2014-11-05 13:31:54 -08:00
after_script:
2014-11-14 11:00:19 -08:00
- npm run-script gulp