We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6165fe8 commit 2282518Copy full SHA for 2282518
.travis-ci.sh
@@ -30,6 +30,8 @@ eval `opam config env`
30
31
export OCAMLRUNPARAM=b
32
33
+opam install ocamlfind
34
+
35
# Test for make and make clean
36
make && make clean
37
.travis.yml
@@ -16,9 +16,5 @@ script: bash -ex .travis-ci.sh
16
env:
17
- OPAM_SWITCH=4.03.0
18
19
-cache:
20
- directories:
21
- - $HOME/.opam
22
-
23
git:
24
depth: 1
0 commit comments