From 587347054d13f2f9293ab504a139c8c01e9b1a92 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sun, 20 Oct 2013 15:22:01 +0100 Subject: [PATCH] Pipe the cask go script to python, not sh See http://twitter.com/rejeep/status/391931610959839232, thanks @rejeep --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1fcae2a8..97c981da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: