Updated travis.yml

This commit is contained in:
Denis-Cosmin Nutiu 2017-12-16 21:14:02 +02:00
parent bb78b96be6
commit 39399b2feb

View file

@ -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 ./...