File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 8
8
- opam
9
9
- aspcud
10
10
env :
11
- global :
12
- - COQ_VERSION=8.5.3
13
- - SSREFLECT_VERSION=1.6
14
11
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
16
14
script : bash -ex .travis-ci.sh
17
15
sudo : false
18
16
notifications :
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ Requirements
10
10
11
11
Definitions and proofs:
12
12
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 )
14
14
- [ ` Verdi ` ] ( https://github.com/uwplse/verdi )
15
15
- [ ` StructTact ` ] ( https://github.com/uwplse/StructTact )
16
16
17
17
Executable code:
18
18
19
- - [ ` OCaml 4.02.3 ` ] ( https://ocaml.org )
19
+ - [ ` OCaml 4.02.3 ` ] ( https://ocaml.org ) (or later)
20
20
- [ ` OCamlbuild ` ] ( https://github.com/ocaml/ocamlbuild )
21
21
- [ ` ocamlfind ` ] ( http://projects.camlcity.org/projects/findlib.html )
22
22
- [ ` verdi-runtime ` ] ( https://github.com/DistributedComponents/verdi-runtime )
You can’t perform that action at this time.
0 commit comments