Skip to content

Commit

Permalink
ci: Environment variables need to be on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Apr 14, 2021
1 parent 049a249 commit 72a9e63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ go:
- "1.16.x"
# Use Go modules for dependency management (https://github.com/golang/go/wiki/Modules)
env:
- epubcheck_version=4.2.5
- GO111MODULE=on
- epubcheck_version=4.2.5 GO111MODULE=on
before_install:
- wget https://github.com/IDPF/epubcheck/releases/download/v${epubcheck_version}/epubcheck-${epubcheck_version}.zip
- unzip epubcheck-${epubcheck_version}.zip
Expand Down

0 comments on commit 72a9e63

Please sign in to comment.