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.

27 lines
521 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. code_climate:
  15. repo_token: 07de009e5f4d0a43c51b18f3443b2fe7ddcf3fea206e75c3a81b1c4030657f69
  16. cache:
  17. directories:
  18. - node_modules
  19. before_script:
  20. - npm run lint
  21. - npm install gulp
  22. script:
  23. - gulp
  24. - npm run-script test-cov
  25. after_script:
  26. - npm install -g codeclimate-test-reporter
  27. - codeclimate-test-reporter < ./coverage/lcov.info