tools: travis: don't doctest ledger-parse

This commit is contained in:
Simon Michael 2017-03-30 13:15:50 -07:00
parent d5178d2dc9
commit 55fb5424e9

View File

@ -6,5 +6,5 @@ import Test.DocTest
main = do
fs1 <- filter (not . isInfixOf "/.") <$> glob "Hledger/**/*.hs"
fs2 <- filter (not . isInfixOf "/.") <$> glob "other/ledger-parse/**/*.hs"
doctest $ ["Hledger.hs"] ++ fs1 ++ fs2
-- fs2 <- filter (not . isInfixOf "/.") <$> glob "other/ledger-parse/**/*.hs"
doctest $ ["Hledger.hs"] ++ fs1 -- ++ fs2