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.

15 lines
226 B

7 years ago
  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - "5"
  5. - "4"
  6. - "0.12"
  7. addons:
  8. apt:
  9. sources:
  10. - ubuntu-toolchain-r-test
  11. packages:
  12. - gcc-4.9
  13. - g++-4.9
  14. before_install:
  15. - export CC="gcc-4.9" CXX="g++-4.9"