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
os: linux
dist: bionic
env:
global: DOCKER_FROM="ubuntu:18.04"
env: DOCKER_FROM="ubuntu:18.04"
services:
- docker
script:

View File

@ -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