Skip to content

Commit

Permalink
Enabled docker in travis builds as it is required for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 25, 2019
1 parent 5f59478 commit 5bde177
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
if: branch = master OR tag IS present
python: "3.6"
sudo: true
services:
- docker

before_script:
- echo "$DOCKER_PASSWORD" | sudo docker login -u "$DOCKER_USERNAME" --password-stdin
Expand Down

0 comments on commit 5bde177

Please sign in to comment.