Add travis ci file
This commit is contained in:
parent
d5e872bb72
commit
09fb9031d1
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