Browse Source

Correct directories in travis.yml

Hamilton Turner 11 years ago
parent
commit
93c8735954
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -178,8 +178,8 @@ install:
 before_script:
   - psql --version
   - sudo useradd benchmarkdbuser -p benchmarkdbpass
-  - sudo -u postgres psql template1 < create-postgres-database.sql
-  - sudo -u benchmarkdbuser psql hello_world < create-postgres.sql
+  - 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...
    
 script: