mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
11 lines
175 B
YAML
11 lines
175 B
YAML
language: node_js
|
|
node_js:
|
|
- '4'
|
|
- '6'
|
|
- '7'
|
|
sudo: false
|
|
matrix:
|
|
allow_failures:
|
|
- node_js: 'iojs'
|
|
fast_finish: true
|
|
script: npm install . && npm run test-travis |