Skip to content

Commit 79392e8

Browse files
committed
attempt docker login
1 parent 4157d6d commit 79392e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
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)