Browse Source

Simplify travis.

mscherer 7 years ago
parent
commit
85292ac3f9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .travis.yml

+ 0 - 4
.travis.yml

@@ -41,10 +41,6 @@ before_script:
   - 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"
 
-  - phpenv rehash
-  - set +H
-  - cp phpunit.xml.dist phpunit.xml
-
 script:
   - if [[ $DEFAULT == 1 ]]; then vendor/bin/phpunit; fi