Skip to content

Commit

Permalink
added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Dec 2, 2015
1 parent 25c70de commit 5ad536c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: c
sudo: required
services:
- docker
before_install:
- sudo apt-get -qq update
install:
- sudo sh -c "curl -L https://github.com/docker/compose/releases/download/1.3.3/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose"
- sudo chmod +x /usr/local/bin/docker-compose
script:
- docker-compose run test

0 comments on commit 5ad536c

Please sign in to comment.