Skip to content

Commit 6f2ce7c

Browse files
committed
adjust Travis settings for downstream
1 parent 6c38b9c commit 6f2ce7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ opam install coq.$COQ_VERSION --yes --verbose
77

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

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

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
env:
1212
global:
1313
- COQ_VERSION=8.5.3
14-
- SSREFLECT_VERSION=1.6
14+
- MATHCOMP_VERSION=1.6
1515
matrix:
1616
- DOWNSTREAM=none
1717
- DOWNSTREAM=verdi-aggregation

0 commit comments

Comments
 (0)