mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-08 01:15:49 +02:00
adding npm install to travis
This commit is contained in:
parent
5317fb26fa
commit
f66542b1eb
@ -2,7 +2,7 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- '0.11'
|
- '0.11'
|
||||||
- '0.10'
|
- '0.10'
|
||||||
script: cd unleash-server && npm test
|
script: cd unleash-server && npm install && npm test
|
||||||
notifications:
|
notifications:
|
||||||
hipchat:
|
hipchat:
|
||||||
rooms:
|
rooms:
|
||||||
|
Loading…
Reference in New Issue
Block a user