Mark Scherer 10 年 前
コミット
fd991be237
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -32,6 +32,7 @@ matrix:
 before_script:
   - composer self-update
   - composer install --prefer-dist --no-interaction --dev
+  - composer require yangqi/htmldom:dev-master
 
   - 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"