Skip to content

Commit e4a625d

Browse files
committed
travis: temporarily disable ppc
The ppc machines use systemd, so starting xvfb doesnt work +sh -e /etc/init.d/xvfb start sh: 0: Can't open /etc/init.d/xvfb Temporarily disabling it for now Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f552261 commit e4a625d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
os:
88
- linux
99
- osx
10-
- linux-ppc64le
1110
notifications:
1211
email: false
1312
go:
@@ -20,6 +19,6 @@
2019
before_script:
2120
- make deps
2221
- "export DISPLAY=:99.0"
23-
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$HOSTTYPE" != "ppc64le" ]]; then sh ci/before_script_linux.sh; fi
22+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
2423
- make validate
2524
script: make test

0 commit comments

Comments
 (0)