We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2694f commit f552261Copy full SHA for f552261
.travis.yml
@@ -20,6 +20,6 @@
20
before_script:
21
- make deps
22
- "export DISPLAY=:99.0"
23
- - if [[ "$TRAVIS_OS_NAME" == "linux" && "$HOSTTYPE" != "powerpc64le" ]]; then sh ci/before_script_linux.sh; fi
+ - if [[ "$TRAVIS_OS_NAME" == "linux" && "$HOSTTYPE" != "ppc64le" ]]; then sh ci/before_script_linux.sh; fi
24
- make validate
25
script: make test
0 commit comments