Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rouse committed Oct 22, 2016
1 parent d593020 commit 599c4d2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ matrix:
- os: osx

before_install:
# Using compiler above sets CC to an invalid value, so unset it
- unset CC
# Using compiler above sets CC to an invalid value, so unset it
- unset CC

# stack
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
# stack
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'

# We could set up the database here, but the present test doesn't need anything
#before_script:

script:
- stack init $ARGS
- stack build --test --bench --install-ghc --haddock --no-haddock-deps
- stack init $ARGS
- stack build --test --bench --install-ghc --haddock --no-haddock-deps

cache:
directories:
- $HOME/.stack
- $HOME/.stack

0 comments on commit 599c4d2

Please sign in to comment.