Skip to content

Commit

Permalink
Try downloading Cask
Browse files Browse the repository at this point in the history
  • Loading branch information
sachac committed Feb 4, 2015
1 parent 90911b0 commit f08e005
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ before_install:
# Update and install the Emacs for our environment
- sudo apt-get update -qq
- sudo apt-get install -qq -yy ${EMACS}-nox ${EMACS}-el
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- export PATH="/home/travis/.cask/bin:$PATH"
- curl -fsSLo /tmp/cask-master.zip https://github.com/cask/cask/archive/master.zip
- sudo unzip -qq -d /opt /tmp/cask-master.zip
- sudo ln -sf /opt/cask-master/bin/cask /usr/local/bin/cask
- cask
env:
# EMACS=emacs23
- EMACS=emacs23
- EMACS=emacs24
- EMACS=emacs-snapshot
script: "./run-travis-ci.sh"

0 comments on commit f08e005

Please sign in to comment.