From c9e3f18a3e3fb2c70675c25585ebf10722850edf Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Tue, 21 Oct 2014 08:42:36 +0200 Subject: [PATCH] A bit of a hack to support java and node. [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 --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e16ca9781e..120262f2e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ -language: node_js -node_js: -- '0.11' -- '0.10' -script: cd unleash-server && npm install && npm test +language: java +jdk: oraclejdk7 +script: +- cd unleash-server && npm install && npm test +- cd unleash-client java && mvn test notifications: hipchat: rooms: