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