Skip to content

Commit d341bb3

Browse files
committed
Adjust "hack-my-builds" to be linux-only
1 parent 9fd50c0 commit d341bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ matrix:
7575

7676
install:
7777
- git clone https://github.com/docker-library/official-images.git ~/official-images
78+
- if [ "$TRAVIS_OS_NAME" = 'linux' ]; then wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash; fi
7879

7980
before_script:
8081
- env | sort
81-
- wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash
8282
- cd "$VERSION/$VARIANT"
8383
- slash='/'; image="python:${VERSION}-${VARIANT//$slash/-}"
8484

0 commit comments

Comments
 (0)