From 318d482a9d377e2f1a5dcff9f9eefef12b7c3cd2 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Tue, 6 Aug 2013 17:37:02 +0100 Subject: [PATCH] Fix typo in path to cask "go" script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 131b20d5..1fcae2a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: sudo apt-get install -qq emacs24 emacs24-el emacs24-common-non-dfsg; fi - - curl -fsSkL https://raw.github.com/rejeep/cask/master/go | sh + - curl -fsSkL https://raw.github.com/rejeep/cask.el/master/go | sh - export PATH="/home/travis/.cask/bin:$PATH" - cask env: