mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
GitHub actions (#161)
This commit is contained in:
parent
2d39fe46f3
commit
fea0b80d48
6 changed files with 61 additions and 45 deletions
|
@ -28,7 +28,7 @@ sub import {
|
|||
my ($class) = @_;
|
||||
|
||||
# If we are building or in test here, just exit
|
||||
# as travis build servers will not have Tk installed
|
||||
# as the build servers will not have Tk installed
|
||||
if ($ENV{AUTHOR_TESTING} || $ENV{RELEASE_TESTING}) {
|
||||
print STDERR "skipping initialisation; AUTHOR_TESTING or RELEASE_TESTING are set\n";
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue