Skip to content

Commit

Permalink
Add "pgp-happy-eyeballs" in Travis to help cut down on gpg-related is…
Browse files Browse the repository at this point in the history
…sues (currently unused, updated for completion)

See docker-library/php#666
  • Loading branch information
tianon committed Jul 30, 2018
1 parent ca5b263 commit 46e990c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ install:

before_script:
- env | sort
- wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash
- cd "$VERSION"
- image="gcc:$VERSION"

script:
- travis_retry docker build -t "$image" .
- ~/official-images/test/run.sh "$image"
- |
(
set -Eeuo pipefail
set -x
docker build -t "$image" .
~/official-images/test/run.sh "$image"
)
after_script:
- docker images
Expand Down

0 comments on commit 46e990c

Please sign in to comment.