|
@@ -173,7 +173,8 @@ before_install:
|
|
|
- sudo useradd benchmarkdbuser -p benchmarkdbpass
|
|
|
- sudo -u postgres psql template1 < config/create-postgres-database.sql
|
|
|
- sudo -u benchmarkdbuser psql hello_world < config/create-postgres.sql
|
|
|
- # TODO May have to change ssl to false in the config file...
|
|
|
+
|
|
|
+ - cat /home/travis/build.sh
|
|
|
addons:
|
|
|
postgresql: "9.3"
|
|
|
|