Browse Source

Merge pull request #1013 from tripal/bradfordcondon-patch-1

fix travis build
Lacey-Anne Sanderson 5 năm trước cách đây
mục cha
commit
ef30a213ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,7 +2,7 @@ language: php
 
 services:
   - docker
-  - postgres
+  - postgresql
 
 sudo: required