1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

corrected travis build

This commit is contained in:
Stephen Gaito 2020-06-06 07:03:26 +01:00
parent 0d5d7ad721
commit 2faa2c022a
2 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,7 @@ jobs:
- stage: build-linux - stage: build-linux
os: linux os: linux
dist: bionic dist: bionic
env: env: DOCKER_FROM="ubuntu:18.04"
global: DOCKER_FROM="ubuntu:18.04"
services: services:
- docker - docker
script: script:

View File

@ -7,7 +7,7 @@ set -ev
export UNATTENDED="--assume-yes" export UNATTENDED="--assume-yes"
export MAKE_PARALLEL="-j $(nproc)" export MAKE_PARALLEL="-j $(nproc)"
export PDF2HTMLEX_BRANCH="$(git rev-parse --abbrev-ref HEAD)" export PDF2HTMLEX_BRANCH=$TRAVIS_BRANCH
export PDF2HTMLEX_PREFIX=/usr/local export PDF2HTMLEX_PREFIX=/usr/local