Skip to content

Commit 5ce7348

Browse files
authored
Merge pull request #930 from cokia/docker-repository-change
2 parents 4c49788 + ed47b46 commit 5ce7348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ script:
4747
- |
4848
if [[ "$TRAVIS_OS_NAME" == "linux" ]]
4949
then
50+
docker image pull public.ecr.aws/docker/library/node:${TRAVIS_NODE_VERSION}-alpine
5051
docker run -w /src --entrypoint /bin/sh -v`pwd`:/src "node:${TRAVIS_NODE_VERSION}-alpine" test_alpine.sh
5152
fi
5253

0 commit comments

Comments
 (0)