Skip to content

Commit

Permalink
Merge pull request #59 from Leonidas-from-XIV/four-oh-eight
Browse files Browse the repository at this point in the history
Add 4.08 compiler build
  • Loading branch information
tmcgilchrist authored Aug 19, 2019
2 parents 7749507 + d41f8b3 commit aa4a0b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@ env:
- PACKAGE="aws-async" DISTRO="ubuntu-18.04" OCAML_VERSION="4.07"
- PACKAGE="aws-gen" DISTRO="ubuntu-18.04" OCAML_VERSION="4.07"

- PACKAGE="aws" DISTRO="ubuntu-18.04" OCAML_VERSION="4.08"
- PACKAGE="aws-lwt" DISTRO="ubuntu-18.04" OCAML_VERSION="4.08"
- PACKAGE="aws-async" DISTRO="ubuntu-18.04" OCAML_VERSION="4.08"
- PACKAGE="aws-gen" DISTRO="ubuntu-18.04" OCAML_VERSION="4.08"

os:
- linux
2 changes: 1 addition & 1 deletion aws-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ depends: [
"aws" {>= "1.0.2"}
"async"
"cohttp"
"cohttp-async" {>= "0.99"}
"cohttp-async"
"dune" {build}
]

0 comments on commit aa4a0b6

Please sign in to comment.