You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
268 B

  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "0.10"
  5. - "0.11"
  6. - "0.12"
  7. - "iojs"
  8. - "4"
  9. - "6"
  10. - "8"
  11. - "node"
  12. env:
  13. - CXX=g++-4.8
  14. addons:
  15. apt:
  16. sources:
  17. - ubuntu-toolchain-r-test
  18. packages:
  19. - gcc-4.8
  20. - g++-4.8