Skip to content

Commit

Permalink
Remove handling of OCaml 4.01 from .jenkins.sh
Browse files Browse the repository at this point in the history
This effectively reverts 85b92bf. The
underlying issue is fixed in #318.

[skip ci]
  • Loading branch information
aantron committed Feb 28, 2017
1 parent 92bcec5 commit 0f37f8e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .jenkins.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
if ocaml -version | grep '4\.01'
then
exit 0
fi

opam pin add --no-action lwt .
opam install camlp4
opam install ssl lablgtk react conf-libev
Expand Down

0 comments on commit 0f37f8e

Please sign in to comment.