1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/.travis.yml
2017-04-17 12:53:17 +02:00

11 lines
160 B
YAML

language: node_js
node_js:
- '4'
- '6'
- '7'
sudo: false
install:
- npm install
matrix:
fast_finish: true
script: npm install . && npm run test-travis