Skip to content

Commit 7a48e77

Browse files
Maintenance: Fix cabal install into Travis cache
1 parent 81ce17e commit 7a48e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ script:
5858
cd dist
5959
tar zxfv "$SRC_TGZ"
6060
cd "$PKGVER"
61-
(cabal configure --enable-tests && cabal build && cabal test && cabal install) || exit 1
61+
(cabal configure --enable-tests && cabal build && cabal test && cabal install --force-reinstalls) || exit 1
6262
cd $ORIGDIR
6363
done
6464
set +ex

0 commit comments

Comments
 (0)