From 640b34ddf05c488e60a059fe3f46cf6decaa79b9 Mon Sep 17 00:00:00 2001 From: Ruben Dijkstra Date: Thu, 4 Dec 2014 21:59:01 +0100 Subject: [PATCH] Revert "Tell Travis to wait for the build to complete" This reverts commit ee53603614d9e1ba2cf6649723368dd4351b6c5a. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b09d5558..cb7987c2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ services: addons: postgresql: "9.3" install: - - travis_wait sh -c 'cd querydsl-root && mvn -B -q install -DskipTests=true' + - sh -c 'cd querydsl-root && mvn -B -q install -DskipTests=true' before_script: - mysql -u root -e "source travis/mysql.sql" - psql -U postgres -f travis/postgresql.sql