Skip to content

Commit 21fc9f9

Browse files
committed
Add .travis.yml.
1 parent 27a7b3d commit 21fc9f9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: go
2+
3+
go:
4+
- 1.2
5+
- 1.3
6+
- 1.4
7+
- tip
8+
9+
script:
10+
- go get -t ./...
11+
- go test ./...

0 commit comments

Comments
 (0)