github.com/jonasnick/go-ethereum@v0.7.12-0.20150216215225-22176f05d387/cmd/ethtest/.travis.yml (about) 1 language: node_js 2 node_js: 3 - "0.11" 4 - "0.10" 5 before_script: 6 - npm install 7 - npm install jshint 8 script: 9 - "jshint *.js lib" 10 after_script: 11 - npm run-script gulp