From cb07e9057d201aae111a95508aaf5f397511f638 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Thu, 9 Jan 2014 13:06:40 +0100 Subject: [PATCH] one last try to make travis work --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d335929..26f43b85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,7 @@ install: true before_script: - if [ "$BINDINGS" == "php" ]; then phpenv config-add src/bindings/php/hammer.ini; fi script: - - scons bindings=$BINDINGS test + - if [ "$BINDINGS" == "java" ]; then scons --in-place && mvn package -P linux; else scons bindings=$BINDINGS test; fi notifications: irc: channels: -- GitLab