We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c455e35 commit 2f8febaCopy full SHA for 2f8feba
.travis.yml
@@ -1,6 +1,8 @@
1
dist: xenial
2
language: python
3
python: 3.8
4
+before_install:
5
+ - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
6
script:
7
- make all
8
branches:
0 commit comments