TRAVIS: fix cwd

This commit is contained in:
2016-06-01 19:43:59 +02:00
parent c2bbaa26cf
commit 7fef11ecd2

View File

@@ -52,7 +52,8 @@ script:
else
echo "expected '$SRC_TGZ' not found";
exit 1;
fi
fi;
cd ..
- sed -i -e '/hsfm,/d' hsfm.cabal
- cabal haddock --executables --internal --hyperlink-source --html-location=https://hackage.haskell.org/package/\$pkg-\$version/docs/