Skip to content

Commit

Permalink
Tweak travis to activate docker and nix modes too. allow_failures for…
Browse files Browse the repository at this point in the history
… now
  • Loading branch information
rrnewton committed Jan 27, 2019
1 parent 6033f95 commit 3419cbf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ addons:
- gcc-7
- ghc-8.4.3

# Build in three modes, varying ONLY the environment used to build
# Docker code
env:
-
- DOCKER=1
- USE_NIX=1

# Temporary:
matrix:
allow_failures:
- env: DOCKER=1
- env: USE_NIX=1

install:
# Download and unpack the stack executable
# The Ubuntu package is only available on >16.04. Travis is using 14.04.
Expand Down

0 comments on commit 3419cbf

Please sign in to comment.