Fix stack-nightly.yaml

This commit is contained in:
patrick brisbin 2018-04-21 09:03:57 -04:00
parent 457a0b0ce7
commit 3c19348c06
No known key found for this signature in database
GPG Key ID: 4243EA839B9CC425
2 changed files with 5 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
build_nightly:
<<: *stack_build
environment:
STACK_ARGUMENTS: --stack-yaml stack-nightly.yaml
STACK_ARGUMENTS: --resolver nightly --stack-yaml stack-nightly.yaml
workflows:
version: 2

View File

@ -1,4 +1,7 @@
---
resolver: nightly
# You can't use "nightly" here, only "nightly-<date>", apparently. But you
# can't leave it blank either, so here's a value that we'll override by
# --resolver nightly.
resolver: lts-11.5
extra-deps:
- hoauth2-1.7.1