mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 03:30:13 +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
|
||||
- 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue