updating travis to reflect verdaccio's current setup (removed iojs & 0.12 support)

This commit is contained in:
Madison Grubb 2017-02-05 12:16:58 -05:00
parent 01a6c22103
commit e984bd212b
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
language: node_js
node_js:
- '0.12'
- '4'
- '6'
- 'iojs'
- '7'
sudo: false
matrix:
allow_failures:
- node_js: 'iojs'
fast_finish: true
script: npm install . && npm run test-travis
script: npm install . && npm run test-travis