mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
Skip Travis-CI's default installation steps
We shouldn't need this since we're doing everything inside a docker container
This commit is contained in:
parent
d3a3dde421
commit
93c2f03efd
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ before_install:
|
|||
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
- chmod -x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
install: true
|
||||
script: "docker --version ; bundle exec rake ci:lite"
|
||||
addons:
|
||||
apt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue