correct go test folder for travis

This commit is contained in:
Jakob Schrettenbrunner 2017-06-26 17:20:13 +02:00
parent 7e8a3e7e65
commit f20a9b81f8

View File

@ -11,5 +11,5 @@ install:
script:
- go build -o wings
- go test -coverprofile=coverage.out
- go test -coverprofile=coverage.out ./...
- godacov -t $CODACY_TOKEN -r ./coverage.out -c $TRAVIS_COMMIT