mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Pipe the cask go script to python, not sh
See http://twitter.com/rejeep/status/391931610959839232, thanks @rejeep
This commit is contained in:
parent
2021ab3672
commit
587347054d
1 changed files with 1 additions and 1 deletions
|
@ -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/rejeep/cask.el/master/go | python
|
||||||
- export PATH="/home/travis/.cask/bin:$PATH"
|
- export PATH="/home/travis/.cask/bin:$PATH"
|
||||||
- cask
|
- cask
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue