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 # CoffeeScript
- npm install coffee-formatter - npm install coffee-formatter
# OCaml # OCaml
- opam init --auto-setup # - opam init --auto-setup
# Init environment variables for opam # Init environment variables for opam
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then # - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
eval `opam config env`; # eval `opam config env`;
fi # fi
- opam install --yes ocp-indent # - opam install --yes ocp-indent