We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c49788 + ed47b46 commit 5ce7348Copy full SHA for 5ce7348
.travis.yml
@@ -47,6 +47,7 @@ script:
47
- |
48
if [[ "$TRAVIS_OS_NAME" == "linux" ]]
49
then
50
+ docker image pull public.ecr.aws/docker/library/node:${TRAVIS_NODE_VERSION}-alpine
51
docker run -w /src --entrypoint /bin/sh -v`pwd`:/src "node:${TRAVIS_NODE_VERSION}-alpine" test_alpine.sh
52
fi
53
0 commit comments