1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Merge pull request #160 from ghatwala/master

Attempt to build this package on power
This commit is contained in:
Guillaume Rose
2019-07-17 16:11:16 +02:00
committed by GitHub
+2 -1
View File
@@ -7,6 +7,7 @@
os:
- linux
- osx
- linux-ppc64le
notifications:
email: false
go:
@@ -19,7 +20,7 @@
before_script:
- make deps
- "export DISPLAY=:99.0"
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$HOSTTYPE" != "powerpc64le" ]]; then sh ci/before_script_linux.sh; fi
- make validate
script: make test