Update Travis.

This commit is contained in:
Markus F.X.J. Oberhumer
2017-01-15 13:01:50 +01:00
parent ea7a1ad2c7
commit ac4b51ba85
4 changed files with 49 additions and 25 deletions
+2 -1
View File
@@ -19,6 +19,8 @@ unset CROSS C B T X
# just in case, unset variable for passing extra UPX options
export UPX=
# un-export some vars
declare +x UPX_AUTOMATIC_BUILDS_SSL_KEY UPX_AUTOMATIC_BUILDS_SSL_IV
# compatibility wrappers
if [[ $TRAVIS_OS_NAME == osx ]]; then
@@ -37,7 +39,6 @@ if [[ -n $APPVEYOR_JOB_ID ]]; then
openssl() {
/usr/bin/openssl "$@"
}
# for some reason this is needed for bash on AppVeyor
sort() {
/usr/bin/sort "$@"
}