From 121be6febf216a088b0b873c00c3163cfb0112e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Mon, 16 Jun 2014 22:45:54 +0300 Subject: [PATCH] Improve config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2a4e421e7..d9b1ac6a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ before_script: - /etc/profile.d/cubrid.sh - hostname | sed 's/^/127.0.0.1 /g' | cat - /etc/hosts > /tmp/etchoststemp && sudo mv /tmp/etchoststemp /etc/hosts --force - sudo apt-get install firebird2.5-superclassic firebird2.5-examples + - sudo service firebird2.5-superclassic restart - sudo isql-fb -r sysdba -pas masterkey -input firebird.sql script: - sh -c 'cd querydsl-root && mvn -B test -Pall,travis'