Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit afcbc9a

Browse files
committed
fix
1 parent 6b55131 commit afcbc9a

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ services:
1111
install: bash .travis/install.sh
1212

1313
env:
14-
- OCAML_VERSION=4.07.0 MIN_REQS_ONLY="true"
15-
- OCAML_VERSION=4.07.0+flambda MIN_REQS_ONLY="true"
16-
- OCAML_VERSION=4.07.1
17-
- OCAML_VERSION=4.07.1+flambda
18-
- OCAML_VERSION=4.08.0
19-
- OCAML_VERSION=4.08.0+flambda
14+
- OCAML_VERSION=4.08.0 MIN_REQS_ONLY="true"
15+
- OCAML_VERSION=4.08.0+flambda MIN_REQS_ONLY="true"
2016
- OCAML_VERSION=4.08.1
2117
- OCAML_VERSION=4.08.1+flambda
2218
- OCAML_VERSION=4.09.0

.travis/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ if [ -z "${MIN_REQS_ONLY}" ]; then
1717
opam install --yes --deps-only --with-test ./LoopInvGen.opam
1818
else
1919
opam install --yes alcotest.0.8.0 \
20-
core.v0.12.2 \
20+
core.v0.13.0 \
2121
dune.1.6.0 \
22-
ppx_let.v0.12.0
22+
ppx_let.v0.13.0
2323
fi
2424

2525
opam list

0 commit comments

Comments
 (0)