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:
commit
4b368d1590
|
@ -7,4 +7,8 @@ script:
|
|||
- go test -v ./...
|
||||
|
||||
go:
|
||||
- 1.2.1
|
||||
- 1.3.3
|
||||
- 1.4.2
|
||||
|
||||
install:
|
||||
- go get gopkg.in/fsnotify.v0
|
||||
|
|
Loading…
Reference in New Issue