mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
adding npm install to travis
This commit is contained in:
parent
8c891af789
commit
601a7fc0b1
@ -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