_travis.yml 417 B

1234567891011121314151617181920212223
  1. sudo: false
  2. language: node_js
  3. #cache:
  4. # directories:
  5. # - node_modules
  6. notifications:
  7. email: false
  8. node_js:
  9. - 4
  10. # - iojs-v3
  11. # - iojs-v2
  12. # - iojs-v1
  13. - '0.12'
  14. - '0.10'
  15. before_install:
  16. - npm i -g npm@^2.0.0
  17. before_script:
  18. - npm prune
  19. - 'curl -Lo travis_after_all.py https://git.io/vLSON'
  20. after_success:
  21. - python travis_after_all.py
  22. - export $(cat .to_export_back)
  23. - npm run semantic-release