Skip to content

Commit ccafe8b

Browse files
committed
travis
1 parent 939814f commit ccafe8b

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.3
5+
- 1.4
6+
- 1.5
7+
- tip
8+
9+
script:
10+
- go get -v -t ./...
11+
- go test

0 commit comments

Comments
 (0)