Skip to content

Commit 78f4485

Browse files
committed
travis: Allow failures on ghc-8.8.1 linux
1 parent 0088eec commit 78f4485

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Travis job script has been generated by a script via
22
#
3-
# haskell-ci 'threadscope.cabal' '--apt' 'libgtk2.0-dev' '--osx' '8.6.5' '--osx' '8.8.1' '--travis-patches' '.travis/osx.patch' '--travis-patches' '.travis/deploy.patch'
3+
# haskell-ci 'threadscope.cabal' '--apt' 'libgtk2.0-dev' '--osx' '8.6.5' '--osx' '8.8.1' '--travis-patches' '.travis/osx.patch' '--travis-patches' '.travis/deploy.patch' '--travis-patches' '.travis/allow-failrues.patch'
44
#
55
# For more information, see https://github.com/haskell-CI/haskell-ci
66
#
@@ -52,6 +52,9 @@ jobs:
5252
env: PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
5353
os: osx
5454
osx_image: xcode11
55+
allow_failures:
56+
- compiler: ghc-8.8.1
57+
os: linux
5558
before_install:
5659
- HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
5760
- WITHCOMPILER="-w $HC"
@@ -180,7 +183,7 @@ script:
180183
- rm -f cabal.project.local
181184
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all | color_cabal_output
182185

183-
# REGENDATA ("0.9.20191126",["threadscope.cabal","--apt","libgtk2.0-dev","--osx","8.6.5","--osx","8.8.1","--travis-patches",".travis/osx.patch","--travis-patches",".travis/deploy.patch"])
186+
# REGENDATA ("0.9.20191126",["threadscope.cabal","--apt","libgtk2.0-dev","--osx","8.6.5","--osx","8.8.1","--travis-patches",".travis/osx.patch","--travis-patches",".travis/deploy.patch","--travis-patches",".travis/allow-failrues.patch"])
184187
# EOF
185188

186189
before_deploy:

0 commit comments

Comments
 (0)