Calling docker-compose build in travis.yml
This commit is contained in:
parent
aa9073c2b8
commit
8b48928d7f
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ services:
|
|||
- docker
|
||||
|
||||
before_script:
|
||||
- docker-compose up --build -d
|
||||
- docker-compose build
|
||||
- docker-compose up -d
|
||||
|
||||
script:
|
||||
- docker-compose exec photoprism /usr/local/go/bin/go test
|
||||
|
|
Loading…
Reference in a new issue