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 1f01bb3 commit 409fa96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ 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"
- php -r 'echo PHP_VERSION;'
- echo 'sendmail_path = "/usr/sbin/sendmail -t -i "' | sudo tee "/home/travis/.phpenv/versions/`php -r 'if (PHP_VERSION) < \'7.0\') echo PHP_VERSION else echo \'7.0\';'`/etc/conf.d/sendmail.ini"
- pwd
- ls -al
script:
Expand Down

0 comments on commit 409fa96

Please sign in to comment.