Skip to content

Commit

Permalink
monalg for finmap v1.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
hivert authored and strub committed Aug 31, 2018
1 parent 9e0ed07 commit 1123184
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 177 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ env:
- COMPILER="system"
# Main test targets
matrix:
- COQ="8.6.1" MATHCOMP="1.6.1"
- COQ="8.6.1" MATHCOMP="1.7.0"
- COQ="8.7.2" MATHCOMP="1.7.0"
- COQ="8.8.1" MATHCOMP="1.7.0"
- COQ="8.8.1" MATHCOMP="dev"
- COQ="dev" MATHCOMP="1.7.0"
- COQ="dev" MATHCOMP="dev"
matrix:
allow_failures:
- env: COQ="8.6.1" MATHCOMP="1.6.1"
fast_finish: true
install:
- sudo add-apt-repository --yes ppa:avsm/ppa
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ depends: [
"coq-mathcomp-ssreflect" { (>= "1.6" | = "dev") }
"coq-mathcomp-algebra" { (>= "1.6" | = "dev") }
"coq-mathcomp-bigenough" {>= "1.0.0" & < "1.1.0~"}
"coq-mathcomp-finmap" {>= "1.0.0" & < "1.1.0~"}
"coq-mathcomp-finmap" {>= "1.1.0" & < "1.2.0~"}
]
tags: [
"keyword:multinomials"
Expand Down
Loading

0 comments on commit 1123184

Please sign in to comment.