From 37e4905be35bacb2c87d089068bc2deda785acb3 Mon Sep 17 00:00:00 2001 From: Gunnsteinn Hall Date: Wed, 17 Jun 2020 21:58:47 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf7ba82f..317737fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,9 @@ install: script: - cd $HOME/gopath/src/github.com/unidoc/unioffice - ./build-examples.sh - - ./.travis/validate.sh + - cd .travis + - ./validate-examples.sh + - cd $HOME/gopath/src/github.com/unidoc/unioffice - go vet ./... - go test ./...