.travis.yml 250 B

1234567891011121314151617181920212223
  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - "6"
  5. - "8"
  6. - "10"
  7. env:
  8. global:
  9. - CXX=g++-4.8
  10. addons:
  11. apt:
  12. sources:
  13. - ubuntu-toolchain-r-test
  14. packages:
  15. - g++-4.8
  16. before_install:
  17. - g++-4.8 --version
  18. script:
  19. - npm test