mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
c9e3f18a3e
[1] claims that node.js is available in all envs in travis. This setup is not optimal as we now longer controll the node version, but could work for now. [1] http://stackoverflow.com/questions/18456611/is-it-possible-to-set-up-travis-to-run-tests-for-several-languages
10 lines
347 B
YAML
10 lines
347 B
YAML
language: java
|
|
jdk: oraclejdk7
|
|
script:
|
|
- cd unleash-server && npm install && npm test
|
|
- cd unleash-client java && mvn test
|
|
notifications:
|
|
hipchat:
|
|
rooms:
|
|
secure: GiIDk52xccnUKnevjLE+w6eUXg0jfV7oOmagw5VnOV5jXGUxdzMk/Q9um+oSClEPE51IvF76zoFEKPIX/CNdjgalEr+CZADy1gene/YRGrNgrXmYYmiU1/dNzelpla1WpKPrY2pkbOgKxrCR9ScID+pMs6vzvJnPwK9vu66W61U=
|