Fix typo in path to cask "go" script

This commit is contained in:
Steve Purcell 2013-08-06 17:37:02 +01:00
parent e29be4b711
commit 318d482a9d

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/master/go | sh - curl -fsSkL https://raw.github.com/rejeep/cask.el/master/go | sh
- export PATH="/home/travis/.cask/bin:$PATH" - export PATH="/home/travis/.cask/bin:$PATH"
- cask - cask
env: env: