mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Don't set a language or bundler args
docker-compose will take care of building the image for us so we don't need to set up ruby things or run bundler as part of the travis build process. We just need to go straight to Docker.
This commit is contained in:
parent
400f0efa4e
commit
427f2d23ba
1 changed files with 0 additions and 2 deletions
|
|
@ -1,10 +1,8 @@
|
|||
language: ruby
|
||||
sudo: true
|
||||
services:
|
||||
- docker
|
||||
env:
|
||||
- DOCKER_COMPOSE_VERSION=1.21.0
|
||||
bundler_args: --without development --jobs=3 --retry=3
|
||||
before_install:
|
||||
- sudo rm /usr/local/bin/docker-compose
|
||||
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue