Skip to content

Commit 8584ec0

Browse files
committed
use Coq 8.7.1 in Travis
1 parent a046289 commit 8584ec0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ opam repo add coq-released https://coq.inria.fr/opam/released
77
opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
88
opam 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
1111
opam pin add coq-mathcomp-ssreflect $SSREFLECT_VERSION --kind=version --yes --verbose
1212

1313
opam pin add Heaps --yes --verbose
1414
opam pin add Core --yes --verbose
15-
make -C Examples
15+
make -j4 -C Examples

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ addons:
99
- aspcud
1010
env:
1111
matrix:
12-
- COQ_VERSION=8.7.0 SSREFLECT_VERSION=1.6.4
12+
- COQ_VERSION=8.7.1 SSREFLECT_VERSION=1.6.4
1313
script: bash -ex .travis-ci.sh
1414
sudo: false
1515
notifications:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)