Mark Scherer 10 年之前
父节点
当前提交
657b489a69
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -17,15 +17,15 @@ matrix:
   fast_finish: true
   fast_finish: true
 
 
   include:
   include:
-    - php: 5.4
+    - php: 7.0
       env: PHPCS=1 DEFAULT=0
       env: PHPCS=1 DEFAULT=0
 
 
-    - php: 5.4
+    - php: 7.0
       env: COVERALLS=1 DEFAULT=0
       env: COVERALLS=1 DEFAULT=0
 
 
   allow_failures:
   allow_failures:
     - env: DB=pgsql db_class='Cake\Database\Driver\Postgres' db_dsn='pgsql:host=127.0.0.1;dbname=cakephp_test' db_database="cakephp_test" db_username='postgres' db_password=''
     - env: DB=pgsql db_class='Cake\Database\Driver\Postgres' db_dsn='pgsql:host=127.0.0.1;dbname=cakephp_test' db_database="cakephp_test" db_username='postgres' db_password=''
-    - php: 5.4
+    - php: 7.0
       env: PHPCS=1 DEFAULT=0
       env: PHPCS=1 DEFAULT=0
 
 
 before_script:
 before_script: