Skip Ocaml test, comment out opam and ocp-indent installations for CI
This commit is contained in:
parent
76028d64d8
commit
569f76271f
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue