Updated travis.yml
This commit is contained in:
parent
bb78b96be6
commit
39399b2feb
1 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,9 @@ language: go
|
||||||
go:
|
go:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
go_import_path:
|
||||||
|
- src/github.com/metonimie/simpleFTP
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# - go get -t -v ./...
|
# - go get -t -v ./...
|
||||||
- go get -t -v github.com/fsnotify/fsnotify
|
- go get -t -v github.com/fsnotify/fsnotify
|
||||||
|
@ -17,3 +20,5 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
- go test -v -race ./...
|
||||||
|
- go vet ./...
|
Loading…
Reference in a new issue