CI: Travis: env: jobs: matrix->jobs, rm {STRICT,TRACING}, enable ghcjs, add explanation

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-28 01:06:01 +03:00
parent 9f6202e430
commit 489fe7be57
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -88,10 +88,11 @@ env:
- ghcjsTmpLogFile='/tmp/ghcjsTmpLogFile.jog'
# NOTE: Length of the GHCJS log tail (<40000)
- ghcjsLogTailLength=10000
# NOTE: {os} x {jobs} - {exclude} = {build matrix}
jobs:
- GHCVERSION=ghc865
- GHCVERSION=ghcjs
matrix:
- GHCVERSION=ghc865 STRICT=false TRACING=false
# - GHCVERSION=ghcjs
#
# matrix:
# allow_failures: