Skip to content

Commit

Permalink
.travis.yml: update OCaml version to 4.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborigloi committed Oct 3, 2017
1 parent e580fb4 commit fa33c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ script:
- if [ ! -z "${XS_COV}" ]; then bash -ex travis-coveralls.sh || true; fi
env:
global:
- OCAML_VERSION=4.02
- OCAML_VERSION=4.04
- PACKAGE=xen-api-client
# WARNING: Don't set TESTS=true here (which is the default) as that env var
# is already used by the Makefile for OASIS configuration.
Expand Down

0 comments on commit fa33c37

Please sign in to comment.