Skip to content

Commit

Permalink
Try to see how php is configured on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Feb 28, 2013
1 parent a3eadb8 commit b7e4eed
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"
- php -i
- echo 'sendmail_path = "/usr/sbin/sendmail -t -i "' | sudo tee -a /etc/php/php.ini
script:
- phpunit phpmailerTest

0 comments on commit b7e4eed

Please sign in to comment.