We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9234c9 commit dea5ff4Copy full SHA for dea5ff4
.travis.yml
@@ -64,6 +64,7 @@ services:
64
- docker
65
66
before_install:
67
+ - echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
68
- docker-compose pull
69
- nvm install
70
- nvm use
0 commit comments