[travis] Allow nightly build to fail

This commit is contained in:
Michael Walker 2017-08-07 21:56:31 +01:00
parent a652628fb8
commit fe9e40747b

View File

@ -12,6 +12,7 @@ cache:
# Goal: support latest 3 GHC major versions.
matrix:
fast_finish: true
include:
- env: RESOLVER="lts-6" # GHC 7.10
addons: {apt: {packages: [libgmp-dev]}}
@ -21,6 +22,8 @@ matrix:
# addons: {apt: {packages: [libgmp-dev]}}
- env: RESOLVER="nightly"
addons: {apt: {packages: [libgmp-dev]}}
allow_failures:
- env: RESOLVER="nightly"
# Download and unpack the stack executable
before_install: