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.
1 parent 8c16f1b commit 9d519e1Copy full SHA for 9d519e1
.travis.yml
@@ -8,6 +8,7 @@ notifications:
8
- [email protected]
9
10
install:
11
+ - echo "${DOCKERHUB_PULL_PASSWORD}" | docker login --username "${DOCKERHUB_PULL_USERNAME}" --password-stdin
12
- composer install
13
14
script:
0 commit comments