Skip to content

Commit

Permalink
may fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed May 2, 2019
1 parent 00ba06f commit 01c09f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required

dist: xenial
services:
- docker

Expand All @@ -11,7 +11,7 @@ before_install:

script:
- echo "$DOCKER_HUB_PASSWORD" | docker login -u "$DOCKER_HUB_LOGIN" --password-stdin
- make build
- travis_wait 100 make build

deploy:
provider: script
Expand Down

0 comments on commit 01c09f9

Please sign in to comment.