mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
corrected travis build
This commit is contained in:
parent
0d5d7ad721
commit
2faa2c022a
@ -20,8 +20,7 @@ jobs:
|
||||
- stage: build-linux
|
||||
os: linux
|
||||
dist: bionic
|
||||
env:
|
||||
global: DOCKER_FROM="ubuntu:18.04"
|
||||
env: DOCKER_FROM="ubuntu:18.04"
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
|
@ -7,7 +7,7 @@ set -ev
|
||||
export UNATTENDED="--assume-yes"
|
||||
export MAKE_PARALLEL="-j $(nproc)"
|
||||
|
||||
export PDF2HTMLEX_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
|
||||
export PDF2HTMLEX_BRANCH=$TRAVIS_BRANCH
|
||||
|
||||
export PDF2HTMLEX_PREFIX=/usr/local
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user