Skip to content
Snippets Groups Projects
Commit da3e033b authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

.travis.yml: s/8.4.2/8.4.3/

parent 449a3c3e
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ branches:
# TAGSUFFIX to help travis/upload.sh disambiguate the matrix entry.
matrix:
include:
- env: GHCVER=8.4.2 SCRIPT=meta BUILDER=none
- env: GHCVER=8.4.3 SCRIPT=meta BUILDER=none
os: linux
sudo: required
# These don't have -dyn/-prof whitelisted yet, so we have to
......@@ -55,20 +55,20 @@ matrix:
- env: GHCVER=8.2.2 SCRIPT=script USE_GOLD=YES
os: linux
sudo: required
- env: GHCVER=8.4.2 SCRIPT=script USE_GOLD=YES DEPLOY_DOCS=YES
- env: GHCVER=8.4.3 SCRIPT=script USE_GOLD=YES DEPLOY_DOCS=YES
os: linux
sudo: required
- env: GHCVER=8.4.2 SCRIPT=solver-debug-flags USE_GOLD=YES
- env: GHCVER=8.4.3 SCRIPT=solver-debug-flags USE_GOLD=YES
sudo: required
os: linux
- env: GHCVER=8.4.2 SCRIPT=script DEBUG_EXPENSIVE_ASSERTIONS=YES TAGSUFFIX="-fdebug-expensive-assertions" USE_GOLD=YES
- env: GHCVER=8.4.3 SCRIPT=script DEBUG_EXPENSIVE_ASSERTIONS=YES TAGSUFFIX="-fdebug-expensive-assertions" USE_GOLD=YES
os: linux
sudo: required
- env: GHCVER=8.0.2 SCRIPT=bootstrap USE_GOLD=YES
sudo: required
os: linux
- env: GHCVER=8.4.2 SCRIPT=bootstrap USE_GOLD=YES
- env: GHCVER=8.4.3 SCRIPT=bootstrap USE_GOLD=YES
sudo: required
os: linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment