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.
2 parents 54f0238 + c0c41f4 commit 7b072d4Copy full SHA for 7b072d4
.travis.yml
@@ -7,6 +7,7 @@
7
os:
8
- linux
9
- osx
10
+ - linux-ppc64le
11
notifications:
12
email: false
13
go:
@@ -19,7 +20,7 @@
19
20
before_script:
21
- make deps
22
- "export DISPLAY=:99.0"
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
23
+ - if [[ "$TRAVIS_OS_NAME" == "linux" && "$HOSTTYPE" != "powerpc64le" ]]; then sh ci/before_script_linux.sh; fi
24
- make validate
25
script: make test
26
0 commit comments