Skip to content

Commit 2f8feba

Browse files
committed
attempt docker login
1 parent c455e35 commit 2f8feba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
dist: xenial
22
language: python
33
python: 3.8
4+
before_install:
5+
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
46
script:
57
- make all
68
branches:

0 commit comments

Comments
 (0)