Skip to content

Commit

Permalink
chore: .travis cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhus committed Dec 20, 2016
1 parent b614909 commit fb69f18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -11,13 +11,13 @@ before_install:
- mkdir -p $HOME/.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 --no-terminal setup
- stack --no-terminal install hlint
- stack --no-terminal setup
- stack --no-terminal install hlint

script:
- hlint .
- stack --no-terminal test --haddock
- stack --no-terminal bench
- stack --no-terminal test --haddock
- stack --no-terminal bench

cache:
directories:
Expand Down

0 comments on commit fb69f18

Please sign in to comment.