Skip to content

Commit

Permalink
Direct scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kostafey committed Oct 3, 2018
1 parent 1effdb8 commit fb2602c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ sudo: no
cache:
- directories:
- "$HOME/.m2/"
- "$HOME/.evm/"
- "$HOME/.cask/"

env:
- EVM_EMACS=emacs-25.3-travis
Expand All @@ -14,7 +12,11 @@ env:
before_install:
# Configure $PATH: Executables are installed to $HOME/bin
- export PATH="$HOME/bin:$PATH"
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
- export PATH="$HOME/.evm/bin:$PATH"
- export PATH="$HOME/.cask/bin:$PATH"
- git clone https://github.com/rejeep/evm.git /home/travis/.evm
- evm config path /tmp
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- evm install "$EVM_EMACS" --use --skip

install:
Expand Down

0 comments on commit fb2602c

Please sign in to comment.