Skip to content

Commit

Permalink
Merge pull request #139 from chorrell/travis-ci
Browse files Browse the repository at this point in the history
Enable travis-ci test builds. Closes #13
  • Loading branch information
chorrell committed Apr 5, 2016
2 parents 11400d9 + cfdcfd4 commit ea40956
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sudo: required

services:
- docker

script:
- ./test-build.sh

0 comments on commit ea40956

Please sign in to comment.