Explorar el Código

Fix psql error

Abdullah Almsaeed hace 6 años
padre
commit
a8b1b94f22
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -20,7 +20,7 @@ install:
 before_script:
   - docker pull statonlab/tripal2
   - psql -c "create database test_db encoding 'utf-8';" -U postgres
-  - psql -c "alter role postgres with password 'dbpass';"
+  - psql -c "alter role postgres with password 'dbpass';" -U postgres
   - cd ..
 
   # Set additional environment variables