.travis.yml 458 B

1234567891011121314151617181920212223
  1. language: node_js
  2. node_js:
  3. - "0.8"
  4. - "0.10"
  5. - "0.12"
  6. - "iojs-v1.8.4"
  7. - "iojs-v2.5.0"
  8. - "iojs-v3.3.0"
  9. - "4"
  10. - "5"
  11. - "6"
  12. addons:
  13. apt:
  14. sources:
  15. - ubuntu-toolchain-r-test
  16. packages:
  17. - g++-4.8
  18. before_install:
  19. - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
  20. - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
  21. - $CXX --version
  22. - npm explore npm -g -- npm install node-gyp@latest