From 29cd92ba36cd2009cbeb4f9d1ce7c4fe58bd65b6 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 17 Jun 2020 15:37:43 +0300 Subject: [PATCH] CI: .travis.tml: clean-up Since conf no longer multiplies rows into matrix, but provides it explitly, exclusions not needed. M .travis.yml --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 712e5e3..f9f7ff7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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