aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-06-30 09:06:29 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-06-30 09:06:29 +0200
commit178004b174a4920118479b59900066b681326492 (patch)
tree8054c9c7971ab016a59f59de486d4ef0b08183df /.travis.yml
parent6d7c392b73eaa021083ab03c9042d271fb4c28c0 (diff)
Fix OS X Travis by pinning OCaml version.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e7082a9ee..d2d779d8b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -139,8 +139,7 @@ matrix:
- os: osx
env:
- TEST_TARGET="test-suite"
- - COMPILER="system"
- - CAMLP5_VER="6.17"
+ - COMPILER="4.02.3"
- NATIVE_COMP="no"
before_install:
- brew update