Skip to content

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkogan committed Sep 4, 2015
1 parent 0552e98 commit bebc911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ cache:
before_install:
- mkdir -p ~/.local/bin
- export PATH=~/.local/bin:$PATH
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.4.0/stack-0.1.4.0-x86_64-linux.gz | tar xz -C ~/.local/bin/
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.4.0/stack-0.1.4.0-x86_64-linux.tar.gz | tar xz -C ~/.local/bin/
- chmod a+x ~/.local/bin/stack`
- export PATH=/opt/ghc/7.10.2/bin:$PATH

Expand Down

0 comments on commit bebc911

Please sign in to comment.