summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémie Dimino <jeremie@dimino.org>2014-05-14 10:46:07 +0000
committerJérémie Dimino <jeremie@dimino.org>2014-05-14 10:46:07 +0000
commitfb8aecbf249e57ccdcd70cc0482f05a5307cf7f6 (patch)
treec3990aa50d61afdd1f1b10f8e0cc3aa4b31173f4
parent14c7fc4a0c0831c5cec54dba81220190cdb1c2d8 (diff)
install the dev version of utop in travis
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14865 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--.travis-ci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis-ci.sh b/.travis-ci.sh
index 788c997ad..fd94f0de3 100644
--- a/.travis-ci.sh
+++ b/.travis-ci.sh
@@ -9,6 +9,8 @@ i386)
git clone git://github.com/ocaml/opam
cd opam && ./configure && make lib-ext && make && sudo make install
opam init -y -a git://github.com/ocaml/opam-repository
+ opam pin utop https://github.com/diml/utop
+ opam install -y oasis
opam install -y utop
;;
*)