mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-09 06:02:36 +01:00
build the compose file before running tests
This commit is contained in:
parent
93c2f03efd
commit
672f43f03e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ before_install:
|
||||||
- chmod -x docker-compose
|
- chmod -x docker-compose
|
||||||
- sudo mv docker-compose /usr/local/bin
|
- sudo mv docker-compose /usr/local/bin
|
||||||
install: true
|
install: true
|
||||||
script: "docker --version ; bundle exec rake ci:lite"
|
script: "docker-compose build; bin/rake ci:lite"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue