build the compose file before running tests

This commit is contained in:
Matt Rogers 2018-05-25 22:18:33 -05:00
parent 93c2f03efd
commit 672f43f03e
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -9,7 +9,7 @@ before_install:
- chmod -x docker-compose
- sudo mv docker-compose /usr/local/bin
install: true
script: "docker --version ; bundle exec rake ci:lite"
script: "docker-compose build; bin/rake ci:lite"
addons:
apt:
packages: