We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8a8fd commit 7f4412cCopy full SHA for 7f4412c
2 files changed
.travis-ci.sh
@@ -1,13 +1,13 @@
1
opam init --yes --no-setup
2
eval $(opam config env)
3
opam repo add coq-released https://coq.inria.fr/opam/released
4
-opam install coq --yes
+opam install coq.$COQ_VERSION --yes --verbose
5
6
./build.sh
7
8
case $DOWNSTREAM in
9
verdi)
10
- opam install coq-mathcomp-ssreflect --yes
+ opam install coq-mathcomp-ssreflect.$SSREFLECT_VERSION --yes --verbose
11
12
pushd ..
13
git clone 'http://github.com/uwplse/StructTact'
.travis.yml
@@ -8,8 +8,12 @@ addons:
- ocaml
- opam
env:
- - DOWNSTREAM=none
- - DOWNSTREAM=verdi
+ global:
+ - COQ_VERSION=8.5.3
+ - SSREFLECT_VERSION=1.6
14
+ matrix:
15
+ - DOWNSTREAM=none
16
+ - DOWNSTREAM=verdi
17
sudo: false
18
notifications:
19
email: false
0 commit comments