euromark 11 年 前
コミット
c9d3054a6d
1 ファイル変更0 行追加3 行削除
  1. 0 3
      .travis.yml

+ 0 - 3
.travis.yml

@@ -35,9 +35,6 @@ before_script:
   - cd ..
   - cp ../tools/phpunit.xml app/
 
-  - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
-  - sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'CREATE DATABASE cakephp_test;' -U postgres; fi"
-
 script:
   - ../travis/script.sh