CI: .travis.yml: rm Strict from GHC 8.6.5

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-06-20 22:22:53 +03:00 committed by Anton Latukha
parent f84f17bdb0
commit 9e68dede5e

View file

@ -91,10 +91,9 @@ jobs:
- linkWithGold=true - linkWithGold=true
os: linux os: linux
dist: bionic dist: bionic
- name: GHC 8.6.5, Linux, Strict - name: GHC 8.6.5, Linux
env: env:
- GHCVERSION=ghc865 - GHCVERSION=ghc865
- buildStrictly=true
- linkWithGold=true - linkWithGold=true
os: linux os: linux
dist: bionic dist: bionic