Skip to content

Commit 7b072d4

Browse files
Merge pull request #160 from ghatwala/master
Attempt to build this package on power
2 parents 54f0238 + c0c41f4 commit 7b072d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
os:
88
- linux
99
- osx
10+
- linux-ppc64le
1011
notifications:
1112
email: false
1213
go:
@@ -19,7 +20,7 @@
1920
before_script:
2021
- make deps
2122
- "export DISPLAY=:99.0"
22-
- 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
2324
- make validate
2425
script: make test
2526

0 commit comments

Comments
 (0)