From 9e26737f7048cba41b3091f844f9b80334692ba3 Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Sat, 11 Jul 2020 13:39:08 -0400 Subject: [PATCH] .travis.yml: Fix CI for v2 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5dd7778..373cd34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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