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

123456789101112131415
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "0.8"
  5. - "0.10"
  6. - "0.12"
  7. - "4"
  8. - "6"
  9. before_install:
  10. - travis_retry npm install -g npm@2.14.5
  11. - travis_retry npm install
  12. script:
  13. - npm test