Browse Source

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

fix travis build
Lacey-Anne Sanderson 5 years ago
parent
commit
ef30a213ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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