Browse Source

fix travis build

fix postgres usage in travis
Bradford Condon 5 năm trước cách đây
mục cha
commit
e2c915a72e
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