Merge pull request #56 from ActiveState/travis-gopkg-fix

Workaround travis failures around gopkg.in imports. Also use latest Go versions to test.
This commit is contained in:
Sridhar Ratnakumar 2015-07-03 16:30:24 -07:00
commit 4b368d1590
1 changed files with 5 additions and 1 deletions

View File

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