Skip to content

Commit

Permalink
minor swiftmailer#911 Fix Travis setup (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.x branch.

Discussion
----------

Fix Travis setup

Commits
-------

ca5f7d0 fixed Travis setup
  • Loading branch information
fabpot committed Apr 30, 2017
2 parents 160bb59 + ca5f7d0 commit 06541c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ before_script:
- gem install mailcatcher
- mailcatcher --smtp-port 4456

script:
- phpunit --verbose
script: ./vendor/bin/simple-phpunit

matrix:
include:
Expand All @@ -26,3 +25,7 @@ matrix:
allow_failures:
- php: hhvm
fast_finish: true

cache:
directories:
- .phpunit

0 comments on commit 06541c8

Please sign in to comment.