Created
May 26, 2016 07:19
-
-
Save tonini/74a12bfd4f99e872385de6ea0bc39700 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export PATH="/home/travis/.evm/bin:$PATH" | |
export PATH="/home/travis/.cask/bin:$PATH" | |
git clone https://github.com/rejeep/evm.git /home/travis/.evm | |
evm config path /tmp | |
evm install emacs-24.4-travis --use --skip | |
curl -fsSkL https://raw.github.com/cask/cask/master/go | python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment