Skip to content

Commit 47701e6

Browse files
tkw1536brucemiller
authored andcommitted
Add Perl 5.14 Tests (brucemiller#1170)
* Update tools/travis/README path to scripts This commit fixes a typo that had the wrong script path inside the tools/travis/README.md file. * Add perl 5.14.4 to tests This commit adds 5.14.4 without any TexLive to the tests.
1 parent 781826a commit 47701e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
- PERL=5.26.2 TEX=none
1515
- PERL=5.24.4 TEX=none
1616
- PERL=5.20.3 TEX=none
17-
## - PERL=5.12.5 TEX=none
17+
- PERL=5.14.4 TEX=none
1818
## Testing with texlive 2018 -- perl 5.28
1919
- PERL=5.28.0 TEX=texlive-2018
2020
## Testing with texlive 2016 -- perl 5.26

tools/travis/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ The travis tests not using any TeX take around 5 minutes to run, whereas the tes
3535
Usually, a Dockerfile is built using a `Dockerfile` and an appropriate `build context` (i.e. a set of files that might be included into the docker image).
3636
Since the travis tests need a set of docker images (one for each combination of perl and tex to be tested), these `Dockerfile`s are created using an automated script.
3737

38-
The `src/build-test-image.sh` takes two arguments (the `TEX` and `PERL` versions to be used), generates a `Dockerfile` into the `dist/$PERL_$TEX` directory, and then builds the docker image.
38+
The `scripts/build-test-image.sh` takes two arguments (the `TEX` and `PERL` versions to be used), generates a `Dockerfile` into the `dist/$PERL_$TEX` directory, and then builds the docker image.
3939

4040
For example, to generate a test image for perl `5.22.4` and `texlive-2015` it can be invoked like so:
4141

42-
src/build-test-image.sh 5.22.4 texlive-2015
42+
bash scripts/build-test-image.sh 5.22.4 texlive-2015
4343

4444
This will build the image `latexml/latexml-test-runtime:5.22.4_texlive-2015`.
4545

tools/travis/scripts/build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build_image 5.28.0 none
1919
build_image 5.26.2 none
2020
build_image 5.24.4 none
2121
build_image 5.20.3 none
22-
build_image 5.10.1 none
22+
build_image 5.14.4 none
2323
build_image 5.28.0 texlive-2018
2424
build_image 5.26.2 texlive-2016
2525
build_image 5.22.4 texlive-2015

0 commit comments

Comments
 (0)