Skip to content

Commit

Permalink
Merge pull request #2 from adamdecaf/travisci
Browse files Browse the repository at this point in the history
initial travis-ci config
  • Loading branch information
adamdecaf authored Jan 17, 2018
2 parents 4401d70 + 8a31f73 commit 75f0045
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: go
sudo: required

os:
- linux
- osx

go:
- 1.9.x

osx_image: xcode9.1

matrix:
fast_finish: true

script:
- make ci

services:
- docker

0 comments on commit 75f0045

Please sign in to comment.