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:
|
||||
- master
|
||||
|
||||
go_import_path:
|
||||
- src/github.com/metonimie/simpleFTP
|
||||
|
||||
install:
|
||||
# - go get -t -v ./...
|
||||
- go get -t -v github.com/fsnotify/fsnotify
|
||||
|
@ -16,4 +19,6 @@ install:
|
|||
- go get -t -v github.com/spf13/afero
|
||||
|
||||
script:
|
||||
- go test ./...
|
||||
- go test ./...
|
||||
- go test -v -race ./...
|
||||
- go vet ./...
|
Loading…
Reference in a new issue