Travis CI: Update location of cask install

This commit is contained in:
Magnar Sveen 2013-10-31 22:05:27 +01:00
parent 239acbfbc8
commit c69be0e672

View File

@ -12,7 +12,7 @@ before_install:
sudo apt-get install -qq sudo apt-get install -qq
emacs24 emacs24-el emacs24-common-non-dfsg; emacs24 emacs24-el emacs24-common-non-dfsg;
fi fi
- curl -fsSkL https://raw.github.com/rejeep/cask.el/master/go | sh - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- export PATH="/home/travis/.cask/bin:$PATH" - export PATH="/home/travis/.cask/bin:$PATH"
- cask - cask
env: env: