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

1234567891011121314
  1. language: node_js
  2. node_js:
  3. - "6"
  4. - "5"
  5. - "4"
  6. install:
  7. - make node_modules
  8. script:
  9. - make lint
  10. - make test
  11. - make coveralls