aboutsummaryrefslogblamecommitdiffstats
path: root/cmd/ethtest/.travis.yml
blob: fafacbd5a13e661e8c07a69d7946c87727990d5a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                       
language: node_js
node_js:
  - "0.11"
  - "0.10"
before_script:
  - npm install
  - npm install jshint
script:
   - "jshint *.js lib"
after_script:
  - npm run-script gulp