Skip to content

Commit

Permalink
shortening variable names in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Aug 8, 2018
1 parent e820cf7 commit 7b5fecd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ env:
- COMPILER="system"
# Main test targets
matrix:
- COQ_VERSION="8.6.1" MATHCOMP_VERSION="1.7.0"
- COQ_VERSION="8.7.2" MATHCOMP_VERSION="1.7.0"
- COQ_VERSION="8.8.1" MATHCOMP_VERSION="1.7.0"
- COQ_VERSION="8.8.1" MATHCOMP_VERSION="dev"
- COQ_VERSION="dev" MATHCOMP_VERSION="1.7.0"
- COQ_VERSION="dev" MATHCOMP_VERSION="dev"
- 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"
install:
- sudo add-apt-repository --yes ppa:avsm/ppa
- sudo apt-get update -qq
Expand All @@ -26,9 +26,9 @@ install:
- opam remote add coq-extra-dev https://coq.inria.fr/opam/extra-dev
- opam remote add coq-core-dev https://coq.inria.fr/opam/core-dev
- opam remote add coq-released https://coq.inria.fr/opam/released
- opam pin add -nvy coq --kind version ${COQ_VERSION}
- opam pin add -nvy coq --kind version ${COQ}
- opam install -j ${NJOBS} -yv coq
- opam install -j ${NJOBS} -yv coq-mathcomp-ssreflect.${MATHCOMP_VERSION}
- opam install -j ${NJOBS} -yv coq-mathcomp-ssreflect.${MATHCOMP}
- opam list
script:
- opam pin add -y -vvv .

0 comments on commit 7b5fecd

Please sign in to comment.