File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ opam repo add coq-released https://coq.inria.fr/opam/released
77opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
88opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
99
10- opam pin add coq $COQ_VERSION --kind=version --yes --verbose
10+ opam pin add coq $COQ_VERSION --kind=version --yes
1111opam pin add coq-mathcomp-ssreflect $SSREFLECT_VERSION --kind=version --yes --verbose
1212
1313opam pin add Heaps --yes --verbose
1414opam pin add Core --yes --verbose
15- make -C Examples
15+ make -j4 - C Examples
Original file line number Diff line number Diff line change 99 - aspcud
1010env :
1111 matrix :
12- - COQ_VERSION=8.7.0 SSREFLECT_VERSION=1.6.4
12+ - COQ_VERSION=8.7.1 SSREFLECT_VERSION=1.6.4
1313script : bash -ex .travis-ci.sh
1414sudo : false
1515notifications :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ the GitHub repository; the following dependencies are necessary.
1616### Requirements
1717
1818* Coq 8.7 (available from https://coq.inria.fr/download )
19- * Mathematical Components 1.6.2 (http://math-comp.github.io/math-comp/ )
19+ * Mathematical Components 1.6.2 or later (http://math-comp.github.io/math-comp/ )
2020* OCaml 4.05.0 or later (to compile and run the extracted applications)
2121
2222### Building Manually
You can’t perform that action at this time.
0 commit comments