Skip to content

Commit f552261

Browse files
committed
travis: fix selection of ppc64le
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7a2694f commit f552261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
before_script:
2121
- make deps
2222
- "export DISPLAY=:99.0"
23-
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$HOSTTYPE" != "powerpc64le" ]]; then sh ci/before_script_linux.sh; fi
23+
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$HOSTTYPE" != "ppc64le" ]]; then sh ci/before_script_linux.sh; fi
2424
- make validate
2525
script: make test

0 commit comments

Comments
 (0)