Skip to content

Commit

Permalink
unshallow local repo for composer install during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 23, 2018
1 parent d607e05 commit de80d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
- DB_SERVICE_IMAGE=mariadb:10.1.22

before_install:
- git fetch --unshallow
- sudo rm /usr/local/bin/docker-compose || true
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
Expand Down

0 comments on commit de80d8c

Please sign in to comment.