Skip to content

Commit

Permalink
Annoying yaml escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed May 6, 2015
1 parent 74c172b commit 5a6cab2
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 @@ -25,7 +25,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 "' > $(php --ini|grep -m 1 "ini files in:"|cut -d : -f 2)/sendmail.ini
- echo 'sendmail_path = "/usr/sbin/sendmail -t -i "' > $(php --ini|grep -m 1 "ini files in:"|cut -d "\:" -f 2)/sendmail.ini
- pwd
- ls -al
script:
Expand Down

0 comments on commit 5a6cab2

Please sign in to comment.