Skip to content

Commit 5a4a1b2

Browse files
committed
explicit ssreflect version in Travis
1 parent 0c11c63 commit 5a4a1b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis-ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ 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

1010
opam pin add coq $COQ_VERSION --kind=version --yes --verbose
11+
opam pin add coq-mathcomp-ssreflect $SSREFLECT_VERSION --kind=version --yes --verbose
1112

1213
opam pin add Heaps --yes --verbose
1314
opam pin add Core --yes --verbose

.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
12+
- COQ_VERSION=8.7.0 SSREFLECT_VERSION=1.6.4
1313
script: bash -ex .travis-ci.sh
1414
sudo: false
1515
notifications:

0 commit comments

Comments
 (0)