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.

17 lines
164 B

  1. language: node_js
  2. node_js:
  3. - "8"
  4. - "10"
  5. - "12"
  6. - "node"
  7. sudo: false
  8. install:
  9. - "npm install"
  10. os:
  11. - "linux"
  12. - "osx"
  13. - "windows"