.travis.yml 318 B

1234567891011121314151617181920212223
  1. ---
  2. language: node_js
  3. node_js:
  4. - "0.12"
  5. sudo: false
  6. cache:
  7. directories:
  8. - node_modules
  9. before_install:
  10. - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
  11. - "npm config set spin false"
  12. - "npm install -g npm@^2"
  13. install:
  14. - npm install -g bower
  15. - npm install
  16. - bower install
  17. script:
  18. - npm test