mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 08:41:40 -05:00
remove install-evm.sh
This commit is contained in:
parent
0e0ff455a7
commit
4cd6e340d4
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Install evm for Travis CI
|
||||
# or if already installed, then check for updates
|
||||
# Author: gonewest818 https://github.com/clojure-emacs/cider/pull/2139
|
||||
set -x
|
||||
|
||||
WORKDIR=${HOME}/local
|
||||
EVMDIR=$WORKDIR/evm
|
||||
|
||||
. tools/retry.sh
|
||||
|
||||
if [ -d $EVMDIR ]
|
||||
then
|
||||
cd $EVMDIR
|
||||
git pull origin master
|
||||
else
|
||||
git clone https://github.com/rejeep/evm.git $EVMDIR
|
||||
fi
|
Loading…
Add table
Reference in a new issue