Skip to content

Commit 2282518

Browse files
committed
Remvoe cache and add ocamlfind
1 parent 6165fe8 commit 2282518

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis-ci.sh

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ eval `opam config env`
3030

3131
export OCAMLRUNPARAM=b
3232

33+
opam install ocamlfind
34+
3335
# Test for make and make clean
3436
make && make clean
3537

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,5 @@ script: bash -ex .travis-ci.sh
1616
env:
1717
- OPAM_SWITCH=4.03.0
1818

19-
cache:
20-
directories:
21-
- $HOME/.opam
22-
2319
git:
2420
depth: 1

0 commit comments

Comments
 (0)