Skip to content

Commit

Permalink
fixed the path to the stack.yaml files, since even the 8.2 build was …
Browse files Browse the repository at this point in the history
…using GHC

8.4
  • Loading branch information
Frank Staals authored and Frank Staals committed Jul 20, 2018
1 parent 0335803 commit 1ad1d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ matrix:
# addons: {apt: {packages: [cabal-install-1.24], sources: [hvr-ghc]}}

# You can keep a STACK_YAML file at any path location
- env: BUILD=stack STACK_YAML=stack-8.2.yaml
- env: BUILD=stack STACK_YAML=stack-8.4.yaml
- env: BUILD=stack STACK_YAML=stack-ghc8.2.yaml
- env: BUILD=stack STACK_YAML=stack-ghc8.4.yaml

# You can specify build flags like this:
#- env: BUILD=stack RESOLVER=lts-11 STACK_BUILD_OPTIONS="--flag packcheck:dev"
Expand Down

0 comments on commit 1ad1d07

Please sign in to comment.