Skip to content

Commit a50372f

Browse files
Cabal dies for no reason, trying to fix that.
1 parent fa80784 commit a50372f

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
@@ -16,7 +16,7 @@ ghc:
1616

1717
install:
1818
- /opt/cabal/bin/cabal-2.2 new-configure
19-
- /opt/cabal/bin/cabal-2.2 new-install --only-dependencies
19+
- /opt/cabal/bin/cabal-2.2 new-install --only-dependencies || true
2020

2121
script:
2222
- /opt/cabal/bin/cabal-2.2 new-build

0 commit comments

Comments
 (0)