Skip to content

Commit

Permalink
update .travis.yml to download latest sbt-extras while waiting for tr…
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Jun 29, 2018
1 parent 15e41c5 commit 29a852d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ language: generic
# Caching so the next build will be fast too.
cache:
directories:
- $HOME/.local/bin
- $HOME/.stack
- $HOME/.ivy2/cache
- $HOME/.sbt
Expand All @@ -22,6 +23,7 @@ before_install:
# Download and unpack the stack executable
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- curl -Ls https://git.io/sbt > ~/.local/bin/sbt && chmod 0755 ~/.local/bin/sbt
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'

install:
Expand Down

0 comments on commit 29a852d

Please sign in to comment.