summaryrefslogtreecommitdiffstats
path: root/.travis
Commit message (Collapse)AuthorAgeFilesLines
* [PR #3392] add a few more TeX packagesMats Wichmann2019-06-171-3/+1
| | | | | | skip fewer tests Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3392] leave out docbook-slidesMats Wichmann2019-06-161-3/+13
| | | | | | | Three tests fail if the files are found, issue #3393 filed. Also added some comments on other possible changes. Signed-off-by: Mats Wichmann <mats@linux.com>
* Update Travis config: py38, lxml, docbook, ldcMats Wichmann2019-06-131-6/+4
| | | | | | | | | | Py3.8 taken off "allowed to fail" list xml installed in the Python virtualenv context, not the distro context (else won't be found) Provision with a couple of additional docbook pkgs Bump the version of the reference D compiler to current. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PYPY] further adjust travis-ci pypy3 buildMats Wichmann2019-03-041-2/+2
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Merge pull request #3313 from ↵William Deegan2019-02-281-0/+2
|\ | | | | | | | | bdbaddog/fix_gh_3303_force_config_alters_env_decider Fix issue #3303 - --config=force overwriting environment passed to Configure()
| * Add debug logic to try to find why test/TEX/variant_dir.py is failing not ↵William Deegan2019-02-281-0/+2
| | | | | | | | finding dvipdf
* | Add ghostscript to travis config to ensure dvipdf is installedWilliam Deegan2019-02-151-1/+1
|/
* restore dmoody's trimming of texlive install footprintWilliam Deegan2019-02-121-1/+1
|
* add brew install pythonWilliam Deegan2018-11-121-0/+1
|
* try travis ci mac builds as wellWilliam Deegan2018-11-121-37/+42
|
* choose clang 5.0.0 or 7.0.0 depending what's installedWilliam Deegan2018-11-061-3/+10
|
* Change clang version as travis has moved from 5.0.0 to 7.0.0William Deegan2018-11-061-3/+3
|
* run ls on clangWilliam Deegan2018-11-061-0/+2
|
* More deletion of _JAVA_OPTIONS to runtest.py from travis startup files.William Deegan2018-08-311-5/+1
|
* Attempt to fix py37 java falures. Which are likely caused by newer oracle ↵William Deegan2018-08-311-0/+4
| | | | java echoing values in _JAVA_OPTIONS env variable to stderr.
* Add ghostscript to travis package install to get dvipdfWilliam Deegan2018-08-291-1/+1
|
* added comments to the travis install scriptDaniel Moody2018-08-131-2/+1
|
* using the correct pathDaniel Moody2018-08-131-2/+2
|
* testing symbolic links instead of messing with the environmentDaniel Moody2018-08-131-0/+5
|
* use clang from local/bin instead of installingDaniel Moody2018-08-131-2/+0
|
* removing the biber-extras for reduced travis install footprintDaniel Moody2018-08-101-1/+1
|
* trying just some of the base packages, no docs or extra langsDaniel Moody2018-08-101-1/+1
|
* Fix typo in LDC URLWilliam Deegan2017-12-261-1/+1
|
* fix check for py27William Deegan2017-12-261-1/+1
|
* fix typo in scriptWilliam Deegan2017-12-261-1/+1
|
* fix typo in scriptWilliam Deegan2017-12-261-1/+1
|
* have travis/install.sh echo it's commands. Hopefully get PYVER env variable setWilliam Deegan2017-12-261-13/+14
|
* fix travis/install.sh permissionsWilliam Deegan2017-12-251-0/+0
|
* skip swig install if not py27. add PYVER to identify version of python we're ↵William Deegan2017-12-251-0/+32
running. Move install logic to .travis/install.sh