Skip to content

Commit 400cbe7

Browse files
authored
Merge pull request #155 from infosiftr/pgp-happy-eyeballs
Add "pgp-happy-eyeballs" in Travis to help cut down on gpg-related issues
2 parents 8007e7e + 26adecc commit 400cbe7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,18 @@ install:
1717

1818
before_script:
1919
- env | sort
20+
- wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash
2021
- cd "$VERSION"
2122
- image="redis:${VERSION}${VARIANT:+-$VARIANT}"
2223

2324
script:
24-
- travis_retry docker build -t "$image" "${VARIANT:-.}"
25-
- ~/official-images/test/run.sh "$image"
25+
- |
26+
(
27+
set -Eeuo pipefail
28+
set -x
29+
docker build -t "$image" .
30+
~/official-images/test/run.sh "$image"
31+
)
2632
2733
after_script:
2834
- docker images

0 commit comments

Comments
 (0)