Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Created July 1, 2015 20:35
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 andrewgross/0ca3a02b680916da27c8 to your computer and use it in GitHub Desktop.
Save andrewgross/0ca3a02b680916da27c8 to your computer and use it in GitHub Desktop.
Travis Issues
0.06s$ Installing caching utilities
0.81sattempting to download cache archive
fetching master/cache--python-2.7.tgz
found cache
0.26s/home/travis/.casher/bin/casher:65:in `add': undefined local variable or method `url' for #<Casher:0x000000023cd3e8> (NameError)
from /home/travis/.casher/bin/casher:35:in `block in run'
from /home/travis/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/timeout.rb:69:in `timeout'
from /home/travis/.casher/bin/casher:35:in `run'
from /home/travis/.casher/bin/casher:120:in `<main>'
The command "rvm 1.9.3 --fuzzy do $CASHER_DIR/bin/casher add $HOME/.cache/pip" failed and exited with 1 during .
########## .travis.yml stanza
# Removing this block avoided the issue
cache:
directories:
- $HOME/.cache/pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment