Navigation Menu

Skip to content

Commit

Permalink
Ensure docker-compose is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Aug 25, 2019
1 parent 6066b63 commit 45163e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,11 @@ env:
services:
- docker

before_install:
- |
sudo curl -fsSL "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
script:
- |
if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then
Expand Down

0 comments on commit 45163e3

Please sign in to comment.