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
1 changed files with 1 additions and 2 deletions

View File

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