Skip to content

Commit a6e53ed

Browse files
committed
making travis work with the current code.
1 parent 85980de commit a6e53ed

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)