瀏覽代碼

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