Skip to content

Instantly share code, notes, and snippets.

@Wilfred
Forked from rejeep/travis.sh
Created March 26, 2014 20:12
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 Wilfred/9792153 to your computer and use it in GitHub Desktop.
Save Wilfred/9792153 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/.cask/bin:$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
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