소스 검색

Fix psql error

Abdullah Almsaeed 6 년 전
부모
커밋
a8b1b94f22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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