Skip to content

Commit 674a11e

Browse files
committed
Applied dependency constraints to CI install step
1 parent 4cff2c2 commit 674a11e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ script:
102102

103103
# check that the generated source-distribution can be built & installed
104104
- export SRC_TGZ=$(cabal-1.18 info . | awk '{print $2 ".tar.gz";exit}') ;
105+
cp cabal.config dist;
105106
cd dist/;
106107
if [ -f "$SRC_TGZ" ]; then
107108
cabal-1.18 install "$SRC_TGZ";

0 commit comments

Comments
 (0)