Workaround travis failures around gopkg.in imports
By manually installing it.
This commit is contained in:
parent
0bf705ac46
commit
55f91c7879
|
@ -8,3 +8,6 @@ script:
|
|||
|
||||
go:
|
||||
- 1.2.1
|
||||
|
||||
install:
|
||||
- go get gopkg.in/fsnotify.v0
|
||||
|
|
Loading…
Reference in New Issue