Skip to content

Commit

Permalink
Set AUTOMATED_TESTING on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 6, 2024
1 parent 44065ca commit d5e5578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(!IO::Socket::INET->new(PeerAddr => "$site:80", Timeout => 5)) {
exit(0);
}

if(defined($ENV{'GITHUB_ACTION'}) || defined($ENV{'TRAVIS_PERL_VERSION'}) || defined($ENV{'APPVEYOR'})) {
if(defined($ENV{'GITHUB_ACTION'}) || defined($ENV{'CIRCLECI'}) || defined($ENV{'TRAVIS_PERL_VERSION'}) || defined($ENV{'APPVEYOR'})) {
# Prevent downloading and installing stuff
$ENV{'AUTOMATED_TESTING'} = 1;
}
Expand Down

0 comments on commit d5e5578

Please sign in to comment.