branch: master
commit b6d04b3e9c281acf4093cf871b1639c730ad9618
Author: Justin Burkett <[email protected]>
Commit: Justin Burkett <[email protected]>
Fix .travis.yml
Didn't install cask
---
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 9da955d..918e5f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,11 @@ env:
before_install:
- git clone https://github.com/rejeep/evm.git $HOME/.evm
- - export PATH=$HOME/.evm/bin:$PATH
+ - export PATH="$HOME/.evm/bin:$PATH"
+ - export PATH="$HOME/.cask/bin:$PATH"
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
+ - curl -fsSkL https://raw.github.com/cask/cask/master/go | python
matrix:
fast_finish: true