Skip to content

Commit 7f4412c

Browse files
committed
use specific Coq and ssreflect versions for Travis
1 parent 8f8a8fd commit 7f4412c

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.travis-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
opam init --yes --no-setup
22
eval $(opam config env)
33
opam repo add coq-released https://coq.inria.fr/opam/released
4-
opam install coq --yes
4+
opam install coq.$COQ_VERSION --yes --verbose
55

66
./build.sh
77

88
case $DOWNSTREAM in
99
verdi)
10-
opam install coq-mathcomp-ssreflect --yes
10+
opam install coq-mathcomp-ssreflect.$SSREFLECT_VERSION --yes --verbose
1111

1212
pushd ..
1313
git clone 'http://github.com/uwplse/StructTact'

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ addons:
88
- ocaml
99
- opam
1010
env:
11-
- DOWNSTREAM=none
12-
- DOWNSTREAM=verdi
11+
global:
12+
- COQ_VERSION=8.5.3
13+
- SSREFLECT_VERSION=1.6
14+
matrix:
15+
- DOWNSTREAM=none
16+
- DOWNSTREAM=verdi
1317
sudo: false
1418
notifications:
1519
email: false

0 commit comments

Comments
 (0)