Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PR #3392] add a few more TeX packages | Mats Wichmann | 2019-06-17 | 1 | -3/+1 |
| | | | | | | skip fewer tests Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PR #3392] leave out docbook-slides | Mats Wichmann | 2019-06-16 | 1 | -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, ldc | Mats Wichmann | 2019-06-13 | 1 | -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 build | Mats Wichmann | 2019-03-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Merge pull request #3313 from ↵ | William Deegan | 2019-02-28 | 1 | -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 Deegan | 2019-02-28 | 1 | -0/+2 |
| | | | | | | | | finding dvipdf | ||||
* | | Add ghostscript to travis config to ensure dvipdf is installed | William Deegan | 2019-02-15 | 1 | -1/+1 |
|/ | |||||
* | restore dmoody's trimming of texlive install footprint | William Deegan | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | add brew install python | William Deegan | 2018-11-12 | 1 | -0/+1 |
| | |||||
* | try travis ci mac builds as well | William Deegan | 2018-11-12 | 1 | -37/+42 |
| | |||||
* | choose clang 5.0.0 or 7.0.0 depending what's installed | William Deegan | 2018-11-06 | 1 | -3/+10 |
| | |||||
* | Change clang version as travis has moved from 5.0.0 to 7.0.0 | William Deegan | 2018-11-06 | 1 | -3/+3 |
| | |||||
* | run ls on clang | William Deegan | 2018-11-06 | 1 | -0/+2 |
| | |||||
* | More deletion of _JAVA_OPTIONS to runtest.py from travis startup files. | William Deegan | 2018-08-31 | 1 | -5/+1 |
| | |||||
* | Attempt to fix py37 java falures. Which are likely caused by newer oracle ↵ | William Deegan | 2018-08-31 | 1 | -0/+4 |
| | | | | java echoing values in _JAVA_OPTIONS env variable to stderr. | ||||
* | Add ghostscript to travis package install to get dvipdf | William Deegan | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | added comments to the travis install script | Daniel Moody | 2018-08-13 | 1 | -2/+1 |
| | |||||
* | using the correct path | Daniel Moody | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | testing symbolic links instead of messing with the environment | Daniel Moody | 2018-08-13 | 1 | -0/+5 |
| | |||||
* | use clang from local/bin instead of installing | Daniel Moody | 2018-08-13 | 1 | -2/+0 |
| | |||||
* | removing the biber-extras for reduced travis install footprint | Daniel Moody | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | trying just some of the base packages, no docs or extra langs | Daniel Moody | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | Fix typo in LDC URL | William Deegan | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | fix check for py27 | William Deegan | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | fix typo in script | William Deegan | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | fix typo in script | William Deegan | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | have travis/install.sh echo it's commands. Hopefully get PYVER env variable set | William Deegan | 2017-12-26 | 1 | -13/+14 |
| | |||||
* | fix travis/install.sh permissions | William Deegan | 2017-12-25 | 1 | -0/+0 |
| | |||||
* | skip swig install if not py27. add PYVER to identify version of python we're ↵ | William Deegan | 2017-12-25 | 1 | -0/+32 |
running. Move install logic to .travis/install.sh |