mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Revert "Tell Travis to wait for the build to complete"
This reverts commit ee53603614.
This commit is contained in:
parent
3b010852ba
commit
640b34ddf0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user