We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd50c0 commit d341bb3Copy full SHA for d341bb3
.travis.yml
@@ -75,10 +75,10 @@ matrix:
75
76
install:
77
- 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
79
80
before_script:
81
- env | sort
- - wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash
82
- cd "$VERSION/$VARIANT"
83
- slash='/'; image="python:${VERSION}-${VARIANT//$slash/-}"
84
0 commit comments