Skip to content

Commit c7156f9

Browse files
committed
Add travis config
Signed-off-by: Jonathan Rudenberg <[email protected]>
1 parent cf709d2 commit c7156f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: go
2+
go:
3+
- 1.6.2
4+
- tip
5+
6+
sudo: false
7+
8+
matrix:
9+
allow_failures:
10+
- go: tip

0 commit comments

Comments
 (0)