Create .travis.yml

docker
Raphael Cerveaux 2018-09-03 16:40:01 +02:00 committed by GitHub
parent 077e4037af
commit bd83d4ae4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
sudo: required
language: node_js
node_js:
- "8"
services:
- docker
install:
- docker-compose build
- docker-compose up -d