Skip to content

Commit a53e050

Browse files
committed
Setup Travis
1 parent 0a987f4 commit a53e050

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: go
2+
3+
sudo: false
4+
5+
go:
6+
- 1.2
7+
- 1.3
8+
- tip
9+
10+
script: go test -v ./...
11+
12+
matrix:
13+
allow_failures:
14+
- go: 'tip'

0 commit comments

Comments
 (0)