Ohm-Management - Projektarbeit B-ME
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.

.travis.yml 248B

1234567891011121314151617181920212223
  1. language: node_js
  2. os:
  3. - linux
  4. - osx
  5. env:
  6. - SKIP_DTRACE=1
  7. node_js:
  8. - '0.10'
  9. - '0.12'
  10. - '4'
  11. - '5'
  12. - '6'
  13. - 'node'
  14. # Gives us faster boot time, see https://docs.travis-ci.com/user/ci-environment/
  15. sudo: false
  16. script:
  17. - npm test