Add travis ci file
This commit is contained in:
parent
2f86f07ba1
commit
7cc58e17ff
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
sudo: required
|
||||
|
||||
language: ruby
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- docker-compose -f docker/build/docker-compose.yml build
|
||||
|
||||
script:
|
||||
- docker-compose -f docker/build/docker-compose.yml up
|
Loading…
Reference in a new issue