Browse Source

Update .travis.yml

Mark Sch 7 years ago
parent
commit
4effc8da0e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -11,7 +11,6 @@ php:
 env:
 env:
   matrix:
   matrix:
     - DB=mysql db_dsn='mysql://root@127.0.0.1/cakephp_test'
     - DB=mysql db_dsn='mysql://root@127.0.0.1/cakephp_test'
-    - DB=pgsql db_dsn='postgres://postgres@127.0.0.1/cakephp_test'
   global:
   global:
     - DEFAULT=1
     - DEFAULT=1
 
 
@@ -26,6 +25,9 @@ matrix:
       env: CODECOVERAGE=1 DEFAULT=0
       env: CODECOVERAGE=1 DEFAULT=0
 
 
     - php: 7.1
     - php: 7.1
+      env: DB=pgsql db_dsn='postgres://postgres@127.0.0.1/cakephp_test'
+      
+    - php: 7.1
       env: DB=sqlite db_dsn='sqlite:///:memory:'
       env: DB=sqlite db_dsn='sqlite:///:memory:'
 
 
     - php: 5.6
     - php: 5.6