Revert "Tell Travis to wait for the build to complete"

This reverts commit ee53603614.
This commit is contained in:
Ruben Dijkstra 2014-12-04 21:59:01 +01:00
parent 3b010852ba
commit 640b34ddf0

View File

@ -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