mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
Fix .travis.yml
This commit is contained in:
parent
f06a4a8a51
commit
ee034c22d6
@ -1,7 +1,8 @@
|
||||
language: java
|
||||
jdk: oraclejdk8
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
script:
|
||||
- cd unleash-server && npm install && npm test && npm run coverage-report
|
||||
- npm install && npm test && npm run coverage-report
|
||||
notifications:
|
||||
hipchat:
|
||||
rooms:
|
||||
|
Loading…
Reference in New Issue
Block a user