mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
corrected travis configuration
This commit is contained in:
parent
a5209ace82
commit
0d5d7ad721
13
.travis.yml
13
.travis.yml
@ -19,17 +19,14 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- stage: build-linux
|
- stage: build-linux
|
||||||
os: linux
|
os: linux
|
||||||
# env:
|
|
||||||
# global: DOCKER_FROM="ubuntu:18.04"
|
|
||||||
# services:
|
|
||||||
# - docker
|
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
env:
|
||||||
|
global: DOCKER_FROM="ubuntu:18.04"
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
script:
|
script:
|
||||||
- ./buildScripts/travisLinuxDoItAll
|
- ./buildScripts/travisLinuxDoItAll
|
||||||
# - stage: test
|
|
||||||
# os:
|
|
||||||
# - linux
|
|
||||||
# script: ./testScripts/runLocalTests
|
|
||||||
#deploy:
|
#deploy:
|
||||||
# provider: releases
|
# provider: releases
|
||||||
# api_key:
|
# api_key:
|
||||||
|
Loading…
Reference in New Issue
Block a user