Skip Ocaml test, comment out opam and ocp-indent installations for CI

This commit is contained in:
Steven Zeck 2018-02-19 12:13:23 -06:00
parent 76028d64d8
commit 569f76271f
2 changed files with 5 additions and 5 deletions

View File

@ -82,9 +82,9 @@ before_install:
# CoffeeScript
- npm install coffee-formatter
# OCaml
- opam init --auto-setup
# - opam init --auto-setup
# Init environment variables for opam
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
eval `opam config env`;
fi
- opam install --yes ocp-indent
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# eval `opam config env`;
# fi
# - opam install --yes ocp-indent