Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kalbasit
Forked from rejeep/travis.sh
Last active August 29, 2015 14:02
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 kalbasit/5bbc6034a204e5a346db to your computer and use it in GitHub Desktop.
Save kalbasit/5bbc6034a204e5a346db to your computer and use it in GitHub Desktop.
#!/bin/sh
# This script will setup Evm and Cask on Travis to use for Emacs Lisp testing.
#
# In .travis.yml, add Evm and Cask to PATH.
#
# - export PATH="/home/travis/.evm/bin:$PATH"
sudo mkdir /usr/local/evm
sudo chown travis:travis /usr/local/evm
curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment