Skip to content

Commit 194ce24

Browse files
committed
downgrade travis cgum dependency
1 parent 479ba54 commit 194ce24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_native_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ make
1818
cd ..
1919
# 2) installing cgum
2020
sudo apt-get install ocaml ocaml-native-compilers camlp4
21-
git clone https://github.com/GumTreeDiff/cgum.git --depth 1
21+
git clone --branch v1.0.0 https://github.com/GumTreeDiff/cgum.git --depth 1
2222
cd cgum
2323
make
2424
cd ..

0 commit comments

Comments
 (0)