Skip to content

Commit

Permalink
CI: test with 4.06
Browse files Browse the repository at this point in the history
  • Loading branch information
fdopen committed Feb 10, 2018
1 parent c0b4159 commit 6a16607
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ env:
- PINS="ocb-stubblr.0.1.1.1:https://github.com/fdopen/ocb-stubblr.git uwt-random:https://github.com/fdopen/uwt-random.git uwt-ssl:https://github.com/fdopen/uwt-ssl.git uwt-tls:https://github.com/fdopen/uwt-tls.git uwt-conduit:https://github.com/fdopen/uwt-conduit.git uwt-cohttp:https://github.com/fdopen/uwt-cohttp.git"
- POST_INSTALL_HOOK="./.travis-own.sh"
- TESTS=false
- PACKAGE=uwt.0.2.1
- PACKAGE=uwt.0.2.4
matrix:
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
os:
- linux
- osx
matrix:
exclude:
- os: osx
env: OCAML_VERSION=4.04
- os: linux
env: OCAML_VERSION=4.05
- os: linux
env: OCAML_VERSION=4.06
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
CYG_ROOT: C:\cygwin64
PACKAGE: uwt.0.2.1
matrix:
- OPAM_SWITCH: 4.04.2+msvc64c
- OPAM_SWITCH: 4.05.0+mingw32c
- OPAM_SWITCH: 4.05.0+msvc64c
- OPAM_SWITCH: 4.06.0+mingw32c

install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))
Expand Down

0 comments on commit 6a16607

Please sign in to comment.