Browse Source

Update .travis.yml

Mark Sch 8 years ago
parent
commit
d6f2570724
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -29,7 +29,6 @@ before_script:
   - composer self-update
   - composer install --prefer-dist --no-interaction
 
-  - composer require yangqi/htmldom:dev-master
   - if [[ $PHPCS != 1 ]]; then composer require phpunit/phpunit:"^5.7|^6.0"; fi
 
   - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"