Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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 284B

12345678910111213141516171819202122232425262728
  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - 9
  5. - 8
  6. - 7
  7. - 6
  8. - 5
  9. - 4
  10. - 4.0
  11. - iojs-v3
  12. - iojs-v2
  13. - iojs-v1
  14. - 0.12
  15. - 0.10
  16. cache:
  17. directories:
  18. - node_modules
  19. after_script:
  20. - npm run coverage
  21. notifications:
  22. email:
  23. on_success: never
  24. on_failure: always