web 3d图形渲染器
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.

22 lines
279 B

  1. language: node_js
  2. node_js:
  3. - 6.2.0
  4. - 5.3.0
  5. - 4.0
  6. compiler: clang-3.6
  7. env:
  8. - CXX=clang-3.6
  9. addons:
  10. apt:
  11. sources:
  12. - llvm-toolchain-precise-3.6
  13. - ubuntu-toolchain-r-test
  14. packages:
  15. - clang-3.6
  16. - g++-4.8
  17. after_success: npm run coveralls