Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscool committed Dec 7, 2015
1 parent e9c412f commit 3ffbfe3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# dist: trusty # KVM Setup

os:
- linux
- osx

language: go

go:
- 1.5.1

script:
- cd sharness
- make

# For docker containers

sudo: required

services:
- docker

0 comments on commit 3ffbfe3

Please sign in to comment.