bsc/.travis.yml

14 lines
187 B
YAML
Raw Normal View History

language: node_js
node_js:
2014-11-05 23:31:54 +02:00
- "0.11"
- "0.10"
2014-11-05 23:31:54 +02:00
before_script:
- npm install
2014-11-14 21:00:19 +02:00
- npm install jshint
script:
- "jshint *.js lib"
2014-11-05 23:31:54 +02:00
after_script:
- npm run-script build
- npm test