Skip to content

Commit

Permalink
Remove MailCatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jan 9, 2018
1 parent 7b4cd2d commit 3bd0b05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cache:
directories:
- vendor
- $HOME/.composer/cache
- $(gem environment gemdir)
- bin/.phpunit

php:
Expand Down Expand Up @@ -61,9 +60,6 @@ before_install:
- if [[ $DB = 'pgsql' ]]; then psql -c 'CREATE DATABASE cube4_dev;' -U postgres ; fi

install:
# @see https://github.com/sj26/mailcatcher/issues/277
- gem install mime-types --version "< 3"
- gem install --conservative mailcatcher
- composer install --dev --no-interaction -o
- ./vendor/bin/simple-phpunit install
# - bin/console doctrine:database:create
Expand All @@ -73,7 +69,6 @@ install:
before_script:
- phpenv config-rm xdebug.ini || true
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- mailcatcher

script:
- if [ $COVERAGE ] ; then phpdbg -qrr ./bin/phpunit --coverage-clover=coverage.clover ; fi
Expand Down

0 comments on commit 3bd0b05

Please sign in to comment.