Skip to content

Commit 3a046f1

Browse files
committed
8.6 support, update travis tasks
1 parent 7621ed0 commit 3a046f1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ addons:
88
- opam
99
- aspcud
1010
env:
11-
global:
12-
- COQ_VERSION=8.5.3
13-
- SSREFLECT_VERSION=1.6
1411
matrix:
15-
- MODE=build
12+
- MODE=build COQ_VERSION=8.6 SSREFLECT_VERSION=1.6.1
13+
- MODE=build COQ_VERSION=8.5.3 SSREFLECT_VERSION=1.6
1614
script: bash -ex .travis-ci.sh
1715
sudo: false
1816
notifications:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Requirements
1010

1111
Definitions and proofs:
1212

13-
- [`Coq 8.5`](https://coq.inria.fr/download)
13+
- [`Coq 8.5`](https://coq.inria.fr/coq-85) or [`Coq 8.6`](https://coq.inria.fr/coq-86)
1414
- [`Verdi`](https://github.com/uwplse/verdi)
1515
- [`StructTact`](https://github.com/uwplse/StructTact)
1616

1717
Executable code:
1818

19-
- [`OCaml 4.02.3`](https://ocaml.org)
19+
- [`OCaml 4.02.3`](https://ocaml.org) (or later)
2020
- [`OCamlbuild`](https://github.com/ocaml/ocamlbuild)
2121
- [`ocamlfind`](http://projects.camlcity.org/projects/findlib.html)
2222
- [`verdi-runtime`](https://github.com/DistributedComponents/verdi-runtime)

0 commit comments

Comments
 (0)