Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
So we have confidence that the service still works when merging pull
requests.

I've included Go 1.7 since we say it's supported in the README.md.

Allow failures from Go's `master` branch in case the breakage is from
upstream.
  • Loading branch information
mattbostock committed May 10, 2017
1 parent 407da02 commit bf6809e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: go

go:
- 1.7.x
- 1.8.x
- master

matrix:
allow_failures:
- go: master

0 comments on commit bf6809e

Please sign in to comment.