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 4157d6d commit 79392e8Copy full SHA for 79392e8
.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