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

1234567891011121314151617181920
  1. language: node_js
  2. node_js:
  3. - "node"
  4. - "10"
  5. - "9"
  6. - "6"
  7. cache:
  8. npm: true
  9. directories:
  10. - node_modules
  11. sudo: false
  12. os:
  13. - linux
  14. - osx
  15. matrix:
  16. fast_finish: true