Skip to content

Commit

Permalink
Update the minimal compiler version to 4.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed May 18, 2019
1 parent a2bfac2 commit 4f95ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ addons:

script: ./.travis-ci.sh
env:
- OPAM_SWITCH=4.04.2
- OPAM_SWITCH=4.05.0
- OPAM_SWITCH=4.06.1
- OPAM_SWITCH=4.07.1
# cache:
# directories:
# - $HOME/.opam
2 changes: 1 addition & 1 deletion ocamlorg.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license: "See LICENSE.md file."
homepage: "https://github.com/ocaml/ocaml.org"
bug-reports: "https://github.com/ocaml/ocaml.org/issues"
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.05.0"}
"ocamlfind" {build}
"base-bytes" {build}
"omd" {>= "1.2.1"}
Expand Down

0 comments on commit 4f95ddd

Please sign in to comment.