Skip to content

Commit

Permalink
Hm. Nasty hardcoded version number...
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Feb 28, 2013
1 parent b7e4eed commit ffd12e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
- sudo mkdir -p /var/qmail/bin
- sudo cp fakesendmail.sh /var/qmail/bin/sendmail
- sudo cp fakesendmail.sh /usr/sbin/sendmail
- echo 'sendmail_path = "/usr/sbin/sendmail -t -i "' | sudo tee "/home/travis/.phpenv/versions/${PHPENV_VERSION}/etc/conf.d/sendmail.ini"
- echo 'sendmail_path = "/usr/sbin/sendmail -t -i "' | sudo tee "/home/travis/.phpenv/versions/5.4.11/etc/conf.d/sendmail.ini"
- php -i
script:
- phpunit phpmailerTest

0 comments on commit ffd12e9

Please sign in to comment.