Skip to content

Commit

Permalink
Probe travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed May 6, 2015
1 parent 707e850 commit 1f01bb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,10 @@ before_script:
- sudo mkdir -p /var/qmail/bin
- sudo cp fakesendmail.sh /var/qmail/bin/sendmail
- sudo cp fakesendmail.sh /usr/sbin/sendmail
- ls -al /home/travis
- ls -al /home/travis/.phpenv
- ls -al /home/travis/.phpenv/versions
- php --ini
- echo 'sendmail_path = "/usr/sbin/sendmail -t -i "' | sudo tee "/home/travis/.phpenv/versions/`php -r 'echo PHP_VERSION;'`/etc/conf.d/sendmail.ini"
- pwd
- ls -al
Expand Down

0 comments on commit 1f01bb3

Please sign in to comment.