Skip to content

Commit 9b55e97

Browse files
committed
Merge pull request #333 from maurer/cache
Enable caching of built deps
2 parents 5258179 + 663a6a8 commit 9b55e97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: c
22
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
33
script: bash -ex .travis-opam.sh
44
sudo: false
5+
cache:
6+
directories:
7+
- $HOME/.opam
8+
before_cache:
9+
- rm -rf $HOME/.opam/log
510
addons:
611
apt:
712
sources:

0 commit comments

Comments
 (0)