浏览代码

Undo failure allow

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

+ 3 - 0
.travis.yml

@@ -26,6 +26,9 @@ matrix:
     - php: 7.0
       env: CODECOVERAGE=1 DEFAULT=0
 
+  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=''
+
 before_script:
   - composer self-update
   - composer install --prefer-dist --no-interaction