mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 11:09:51 +00:00
Fix typo in path to cask "go" script
This commit is contained in:
parent
e29be4b711
commit
318d482a9d
1 changed files with 1 additions and 1 deletions
|
@ -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/master/go | sh
|
||||
- curl -fsSkL https://raw.github.com/rejeep/cask.el/master/go | sh
|
||||
- export PATH="/home/travis/.cask/bin:$PATH"
|
||||
- cask
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue