TRAVIS: fix cwd
This commit is contained in:
parent
c2bbaa26cf
commit
7fef11ecd2
@ -52,7 +52,8 @@ script:
|
|||||||
else
|
else
|
||||||
echo "expected '$SRC_TGZ' not found";
|
echo "expected '$SRC_TGZ' not found";
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi;
|
||||||
|
cd ..
|
||||||
- sed -i -e '/hsfm,/d' hsfm.cabal
|
- sed -i -e '/hsfm,/d' hsfm.cabal
|
||||||
- cabal haddock --executables --internal --hyperlink-source --html-location=https://hackage.haskell.org/package/\$pkg-\$version/docs/
|
- cabal haddock --executables --internal --hyperlink-source --html-location=https://hackage.haskell.org/package/\$pkg-\$version/docs/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user