diff --git a/.travis.yml b/.travis.yml index d6f0534..7bd675a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ os: - linux - osx - - linux-ppc64le notifications: email: false go: @@ -20,6 +19,6 @@ before_script: - make deps - "export DISPLAY=:99.0" - - if [[ "$TRAVIS_OS_NAME" == "linux" && "$HOSTTYPE" != "ppc64le" ]]; then sh ci/before_script_linux.sh; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi - make validate script: make test