.travis.yml: Fix CI for v2

dustin/master
Dustin Oprea 2020-07-11 13:39:08 -04:00
parent 3ee774b832
commit 9e26737f70
1 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ script:
- go test -v .
- go test -v ./exif-read-tool
# v2
- go test -v ./v2/...
- cd v2
- go test -v ./...
# v3. Coverage reports comes from this.
- cd v3
- cd ../v3
- EXIF_MODULE_ROOT_PATH="$(pwd)" goveralls -v -service=travis-ci