mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 20:42:44 +00:00
Initial Commit
This commit is contained in:
22
ProjectNow/NodeServer/node_modules/ps-tree/.travis.yml
generated
vendored
Normal file
22
ProjectNow/NodeServer/node_modules/ps-tree/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4.4"
|
||||
- "6.2"
|
||||
os:
|
||||
- linux
|
||||
- centos
|
||||
- macosx
|
||||
|
||||
before_install:
|
||||
- travis_retry npm install -g npm@2.14.2
|
||||
- travis_retry npm install
|
||||
|
||||
script:
|
||||
- npm test
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: "0.10"
|
||||
- node_js: "0.12"
|
Reference in New Issue
Block a user