Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnsth committed Jun 17, 2020
1 parent 1179840 commit 37e4905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

Expand Down

0 comments on commit 37e4905

Please sign in to comment.