Test against latest Go versions in travis

This commit is contained in:
Sridhar Ratnakumar 2015-07-03 16:26:59 -07:00
parent 55f91c7879
commit 8772f68b05
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ script:
- go test -v ./... - go test -v ./...
go: go:
- 1.2.1 - 1.3.3
- 1.4.2
install: install:
- go get gopkg.in/fsnotify.v0 - go get gopkg.in/fsnotify.v0