Change conditional

Maybe uname == Linux was true on the windows VM?
This could be a way to avoid the secret environment variable issue with
Travis CI.
This commit is contained in:
Philipp Hansch 2018-11-28 07:29:05 +01:00 committed by flip1995
parent bd2c76824d
commit ac6e52a91c
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -101,7 +101,7 @@ script:
after_success: |
#!/bin/bash
if [ $(uname) == Linux ]; then
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
set -ex
if [ -z ${INTEGRATION} ]; then
./.github/deploy.sh