Skip to content

Commit abdbc66

Browse files
committed
Install libgmp in travis
1 parent 89fe610 commit abdbc66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ cache:
2525
- $HOME/.stack
2626

2727
# Ensure necessary system libraries are present
28-
# addons:
29-
# apt:
30-
# packages:
31-
# - libgmp-dev
28+
addons:
29+
apt:
30+
packages:
31+
- libgmp-dev
3232

3333
before_install:
3434
# Download and unpack the stack executable

0 commit comments

Comments
 (0)