Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Nov 9, 2015
1 parent 49e601c commit 3d7727c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: required

language: java

services:
- docker

before_install:
- docker-compose build

install:
- docker-compose up -d slave
- docker-compose stop

0 comments on commit 3d7727c

Please sign in to comment.