Pipe the cask go script to python, not sh

See http://twitter.com/rejeep/status/391931610959839232, thanks @rejeep
This commit is contained in:
Steve Purcell 2013-10-20 15:22:01 +01:00
parent 2021ab3672
commit 587347054d

View file

@ -12,7 +12,7 @@ before_install:
sudo apt-get install -qq
emacs24 emacs24-el emacs24-common-non-dfsg;
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"
- cask
env: