Add firebird config to travis

This commit is contained in:
Timo Westkämper 2014-06-16 20:19:56 +03:00
parent 9d60066d7a
commit d02607f27e

View File

@ -25,5 +25,10 @@ before_script:
- sudo apt-get install cubrid-demodb
- /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
- cd /usr/share/doc/firebird2.5-examples/examples/empbuild/
- gunzip employee.fdb.gz
- sudo chown firebird.firebird employee.fdb
- mv employee.fdb /var/lib/firebird/2.5/data/
script:
- sh -c 'cd querydsl-root && mvn -B test -Pall,travis'