浏览代码

remove other dbs for now

euromark 11 年之前
父节点
当前提交
8bb0a7996c
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      .travis.yml

+ 0 - 5
.travis.yml

@@ -12,8 +12,6 @@ env:
   matrix:
   matrix:
     - DB=mysql CAKE_VERSION=master
     - DB=mysql CAKE_VERSION=master
     - DB=mysql CAKE_VERSION=2.6
     - DB=mysql CAKE_VERSION=2.6
-    - DB=sqlite CAKE_VERSION=master db_class='Cake\Database\Driver\Sqlite' db_dsn='sqlite::memory:'
-    - DB=pgsql CAKE_VERSION=master db_class='Cake\Database\Driver\Postgres' db_dsn='pgsql:host=127.0.0.1;dbname=cakephp_test' db_database="cakephp_test" db_login='postgres' db_password=''
 
 
 matrix:
 matrix:
   include:
   include:
@@ -22,9 +20,6 @@ matrix:
         - CAKE_VERSION=master
         - CAKE_VERSION=master
         - COVERALLS=1
         - COVERALLS=1
   fast_finish: true
   fast_finish: true
-  allow_failures:
-    - env: DB=sqlite
-    - env: DB=pqsql
 
 
 before_script:
 before_script:
   - composer global require 'phpunit/phpunit=3.7.33'
   - composer global require 'phpunit/phpunit=3.7.33'