CI: .travis.tml: clean-up

Since conf no longer multiplies rows into matrix, but provides it explitly,
exclusions not needed.

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-06-17 15:37:43 +03:00
parent 2fdd31e599
commit 29cd92ba36
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 0 additions and 13 deletions

View File

@ -112,19 +112,6 @@ jobs:
dist: bionic
allow_failures:
- env: GHCVERSION=ghcjs
# 2020-05-26: NOTE: Discard macOS GHCJS build + -> CI loop becomes ~30-40 minutes shorter
exclude:
- os: osx
env: GHCVERSION=ghcjs
- os: osx
env: GHCVERSION=ghc8101
- os: osx
env: GHCVERSION=ghc865
- os: osx
env: GHCVERSION=ghc844
# NOTE: Discard Linux GHC 8.8.3 in favour of macOS GHC 8.8.3, Nixpkgs channel is the same and Nix package code is the same, since we test other Linux deployments and since 8.8.3 builds on macOS - we can be sure it builds inside Nix in Linux also. So lets optimize number of CI builds
- os: linux
env: GHCVERSION=ghc883
before_script:
- sudo mount -o remount,exec,size=4G,mode=755 /run/user || true