vis.js is a dynamic, browser-based visualization library
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.

19 lines
256 B

  1. language: node_js
  2. node_js:
  3. - "6"
  4. - "7"
  5. env:
  6. - CXX=g++-4.8
  7. addons:
  8. apt:
  9. sources:
  10. - ubuntu-toolchain-r-test
  11. packages:
  12. - libgif-dev
  13. - g++-4.8
  14. before_script:
  15. - npm run lint
  16. - npm install gulp
  17. script:
  18. - gulp
  19. - npm test