diff --git a/.travis.yml b/.travis.yml index f0aa249..fb8d833 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ./... \ No newline at end of file + - go test ./... + - go test -v -race ./... + - go vet ./... \ No newline at end of file