Skip to content

Commit

Permalink
also transition 83_expl3.t to new CI idiom
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Oct 13, 2023
1 parent e99a0b8 commit dd69c74
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions t/83_expl3.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ use strict;
use warnings;
use LaTeXML::Util::Test;

if (!$ENV{"CI"}) {
plan skip_all => "Only checked in continuous integration. (use make test CI=true)";
done_testing();
exit;
}

latexml_tests("t/expl3",
requires => {
tilde_tricks => {
env => 'CI',
texlive_min => 2018,
packages => 'expl3.sty' },
xparse => {
env => 'CI',
texlive_min => 2019,
packages => ['expl3.sty', 'xparse.sty']
} });

0 comments on commit dd69c74

Please sign in to comment.