Skip to content

Instantly share code, notes, and snippets.

@jcf
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcf/94acfa3190f96abf2262 to your computer and use it in GitHub Desktop.
Save jcf/94acfa3190f96abf2262 to your computer and use it in GitHub Desktop.
Setup Emacs on Travis CI
#!/bin/sh
export USER='ubuntu'
sudo mkdir /usr/local/evm
sudo chown $USER:$USER /usr/local/evm
export PATH="/home/$USER/.cask/bin:$PATH"
export PATH="/home/$USER/.evm/bin:$PATH"
curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
evm install emacs-24.5-bin --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