Skip to content

Commit

Permalink
Fix listed pandoc version in CI scripts; travis_wait; don't `stack te…
Browse files Browse the repository at this point in the history
…st` on Travis
  • Loading branch information
lierdakil committed Nov 8, 2017
1 parent e96b2de commit 9d58aed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ addons:

matrix:
include:
- env: STACK_YAML=stack.yaml RELEASE_FN=ghc8-pandoc-1-19
- env: STACK_YAML=stack.yaml RELEASE_FN=ghc8-pandoc-2-0
compiler: ": #Pandoc 1.19"
- env: STACK_YAML=stack.yaml RELEASE_FN=ghc8-pandoc-1-19
- env: STACK_YAML=stack.yaml RELEASE_FN=ghc8-pandoc-2-0
compiler: ": #Pandoc 1.19"
os: osx

Expand All @@ -28,9 +28,9 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then STACK_OS=osx-x86_64 ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then STACK_OS=linux-x86_64 ; fi
- travis_retry curl -L https://www.stackage.org/stack/$STACK_OS | tar xz --strip-components=1 -C ~/.local/bin
- stack --no-terminal setup
- travis_wait 30 stack --no-terminal setup
script:
- stack --no-terminal test
- travis_wait 30 stack --no-terminal build
deploy:
provider: releases
api_key:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
STACK_ROOT: "c:\\sr"
matrix:
- STACK_YAML: "stack.yaml"
PANDOCVER: "1-19"
PANDOCVER: "2-0"
GHCVER: "8"

before_build:
Expand Down

0 comments on commit 9d58aed

Please sign in to comment.