Skip to content

Commit

Permalink
update travis-ci: fix cask initialize problem..
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwanami committed Jun 12, 2014
1 parent 04c4a45 commit 78ab64f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -6,11 +6,10 @@ env:
global:
- CASK=$HOME/.cask/bin/cask
before_install:
- rm -rf $HOME/.cask
- rm -rf $HOME/.emacs.d/.cask
- curl -fsSkL --max-time 10 --retry 10 --retry-delay 10
https://raw.github.com/cask/cask/master/go | python
- $CASK
- export PATH="$HOME/.cask/bin:$PATH"
- cask
- if [ "$EMACS" = "emacs24" ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&
sudo apt-get update -qq &&
Expand Down

0 comments on commit 78ab64f

Please sign in to comment.