.travis.yml 208 B

123456789101112
  1. language: node_js
  2. node_js:
  3. - "0.8"
  4. - "0.10"
  5. before_install:
  6. - npm -g install npm@1.x.x
  7. install:
  8. - npm install -g grunt-cli mocha
  9. - npm install
  10. - cd external/amber_cli
  11. - npm install
  12. - cd ../..