mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-06 21:05:50 +08:00
Improve config
This commit is contained in:
parent
8078bd8d94
commit
121be6febf
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user