tools: travis: don't doctest ledger-parse
This commit is contained in:
parent
d5178d2dc9
commit
55fb5424e9
@ -6,5 +6,5 @@ import Test.DocTest
|
|||||||
|
|
||||||
main = do
|
main = do
|
||||||
fs1 <- filter (not . isInfixOf "/.") <$> glob "Hledger/**/*.hs"
|
fs1 <- filter (not . isInfixOf "/.") <$> glob "Hledger/**/*.hs"
|
||||||
fs2 <- filter (not . isInfixOf "/.") <$> glob "other/ledger-parse/**/*.hs"
|
-- fs2 <- filter (not . isInfixOf "/.") <$> glob "other/ledger-parse/**/*.hs"
|
||||||
doctest $ ["Hledger.hs"] ++ fs1 ++ fs2
|
doctest $ ["Hledger.hs"] ++ fs1 -- ++ fs2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user