New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TexLive to Travis Tests #852
Conversation
This commit updates the travis tests to run both with and without TexLive installed.
Don't you need a matrix or some such in the yml file? It would be awesome if we can travis-test both the with and without setups, that's really great! I just don't want us to use the no-texlive successes. Really cool idea! |
This already makes a matrix. From the travis documentation:
You can have a look at the Travis Test for this PR, there are 2*4=8 test cases, for each perl version there is one with
In order for the build to count as passing, all subtests have to pass. That means both with and without texlive, for each given |
Super cool! I'm two thumbs up for this then, great upgrade |
Btw I would also be for dropping the |
Travis should have that one too. According to their documentation they use |
I would update the PR, but I am not sure why the exact versions that are currently tested have been choosen, so I will leave it to you to change |
Too bad they don't have a way to specify all perls back to 5.10 (say). I'd certainly like to test against the newest perls! I don't recall who wrote the original travis.yml, but I'd forgotten about its existence until I needed to disable 5.10 for some XS testing. But since this patch does (at least) double duty, I wonder if we should prune some of the middle versions? 5.14, 5.20, 5.24 or something? I'd hate to overstay my welcome with travis :> |
This PR updates the Travis tests to run both with and without TexLive installed.