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.

26 lines
513 B

  1. language: node_js
  2. node_js:
  3. - "6"
  4. env:
  5. - CXX=g++-4.8
  6. addons:
  7. apt:
  8. sources:
  9. - ubuntu-toolchain-r-test
  10. packages:
  11. - libgif-dev
  12. - g++-4.8
  13. code_climate:
  14. repo_token: 07de009e5f4d0a43c51b18f3443b2fe7ddcf3fea206e75c3a81b1c4030657f69
  15. cache:
  16. directories:
  17. - node_modules
  18. before_script:
  19. - npm run lint
  20. - npm install gulp
  21. script:
  22. - gulp
  23. - npm run-script test-cov
  24. after_script:
  25. - npm install -g codeclimate-test-reporter
  26. - codeclimate-test-reporter < ./coverage/lcov.info