rejeep / evm

Emacs Version Manager
223 stars 34 forks source link

Suggestion: quicker install method for travis tests #52

Closed npostavs closed 8 years ago

npostavs commented 9 years ago
  - curl -fsSkL https://github.com/rejeep/evm/archive/master.tar.gz | tar -xzf -
  - export PATH="$PWD/evm-master/bin:$PATH"

The git clone method measures 0.88s, vs grabbing the tarball which is only 0.10s.

rejeep commented 9 years ago

It's probably a good idea, but I wont change this now. It's not backwards compatible as it changes the path. But I'll leave this issue open and if I make a new major release, I will take this into consideration.

npostavs commented 9 years ago

You could add mv evm-master ~/.evm to keep the same path. Though I was thinking the lack of git repository would be more of an obstacle to compatibility.

rejeep commented 8 years ago

Closing this as it seems no one else has issues with performance. The new Evm master downloads releases from S3, so it should be pretty quick.