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

1234567891011121314151617
  1. sudo: false
  2. arch:
  3. - amd64
  4. - ppc64le
  5. language: node_js
  6. node_js:
  7. - '6'
  8. - '8'
  9. - '10'
  10. - '12'
  11. - '14'
  12. - '15'
  13. - lts/*
  14. notifications:
  15. email:
  16. - rod@vagg.org
  17. - matteo.collina@gmail.com