CI: Travis: jobs: exclude: Linux GHC 8.8.3, same Nixpkgs build passes macOS test

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-28 13:29:53 +03:00
parent 21d2e34aa7
commit a24f2b535b
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -108,6 +108,9 @@ jobs:
env: GHCVERSION=ghc8101
- os: osx
env: GHCVERSION=ghc865
# 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