Skip to content

Commit

Permalink
Do evm install without sudo (#79)
Browse files Browse the repository at this point in the history
> sudo: evm: command not found
  • Loading branch information
rexim committed Feb 18, 2016
1 parent f39f1f6 commit a4a55f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- export PATH="$HOME/.evm/bin:$PATH"
install:
- curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
- sudo evm install $EVM_EMACS --use --skip
- evm install $EVM_EMACS --use --skip
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- cask
env:
Expand Down

0 comments on commit a4a55f8

Please sign in to comment.