We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23641aa commit 63c520aCopy full SHA for 63c520a
1 file changed
.travis.yml
@@ -15,6 +15,7 @@ python:
15
before_install:
16
- git config --global user.email "OpenStack_TravisCI@f5.com"
17
- git config --global user.name "Travis F5 Openstack"
18
+- echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_ID" --password-stdin
19
- docker pull f5devcentral/containthedocs:latest
20
install:
21
- pip install hacking==1.1.0 pytest coverage
0 commit comments