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
309 B

  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - '8'
  5. env:
  6. global:
  7. before_install:
  8. - export CHROME_BIN=chromium-browser
  9. - export DISPLAY=:99.0
  10. - sh -e /etc/init.d/xvfb start
  11. install:
  12. - npm config set registry http://registry.npmjs.org/
  13. - npm install -g karma
  14. - npm install
  15. cache:
  16. directories:
  17. - "$HOME/.nvm"