mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
8 lines
108 B
YAML
8 lines
108 B
YAML
language: node_js
|
|
node_js:
|
|
- '4'
|
|
- '6'
|
|
- '7'
|
|
sudo: false
|
|
script: npm install . && npm run test-travis
|