Skip to content

Commit

Permalink
Adds travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Nov 17, 2015
1 parent 6c64601 commit 0dadfd4
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 @@
sudo: false
language: go

go:
- 1.4
- 1.5
- tip

matrix:
allow_failures:
- go: tip

0 comments on commit 0dadfd4

Please sign in to comment.