mirror of https://github.com/pelias/api.git
Julian Simioni
9 years ago
1 changed files with 14 additions and 4 deletions
@ -1,6 +1,16 @@ |
|||||||
|
sudo: false |
||||||
language: node_js |
language: node_js |
||||||
script: "npm run unit" |
|
||||||
node_js: |
node_js: |
||||||
- "0.10" |
- 0.10 |
||||||
- "0.12" |
- 0.12 |
||||||
sudo: false |
- 4.0 |
||||||
|
- 4.1 |
||||||
|
- 4.2 |
||||||
|
matrix: |
||||||
|
allow_failures: |
||||||
|
- node_js: 4.0 |
||||||
|
- node_js: 4.1 |
||||||
|
- node_js: 4.2 |
||||||
|
env: |
||||||
|
- TEST_SUITE=unit |
||||||
|
script: "npm run $TEST_SUITE" |
||||||
|
Loading…
Reference in new issue