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:
Matt Rogers 2018-05-14 18:57:48 -05:00
parent 400f0efa4e
commit 427f2d23ba
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -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