Skip to content

Commit 45fb6b6

Browse files
committed
Adds SAT::Solver::MiniSAT and comments for local testing
In the process, solves #423. Please check that everything is correct, and reopne if it's not.
1 parent a68096f commit 45fb6b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis/testpackagemeta.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
use Test;
55
use Test::META;
66

7+
# If you want to debug locally, change a line in META.list, do a commit and then
8+
# export TRAVIS_COMMIT_RANGE="HEAD^1...HEAD"
79
if ! defined %*ENV<TRAVIS_COMMIT_RANGE> {
810
say "TRAVIS_COMMIT_RANGE wasn't set, don't know what to do.";
911
exit 1;

0 commit comments

Comments
 (0)