github.com/jeffallen/go-ethereum@v1.1.4-0.20150910155051-571d3236c49c/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