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

123456789101112131415161718
  1. arch:
  2. - amd64
  3. - ppc64le
  4. language: node_js
  5. node_js:
  6. - stable
  7. - lts/*
  8. notifications:
  9. email: false
  10. cache:
  11. directories:
  12. - node_modules
  13. sudo: false
  14. script: npm run test-ci