Skip to content

Commit 31af542

Browse files
author
Nicolas Barré
committed
Trying a fix for TravisCI
1 parent e7c9ec0 commit 31af542

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis-setup.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ then
66
sudo apt-get update
77
sudo apt-get install opam
88
else
9-
brew install opam ocaml
9+
brew install gpatch
10+
brew install opam
11+
brew install ocaml
1012
export OCAML_VERSION="system"
1113
fi
1214

0 commit comments

Comments
 (0)