Fix deploy

This commit is contained in:
JAremko 2017-09-02 12:43:25 +03:00
parent 7ad0b11a7d
commit 2f99e1f752
No known key found for this signature in database
GPG key ID: 650E5DF30F9493A6

View file

@ -33,9 +33,9 @@ if [ $TRAVIS_SECURE_ENV_VARS = true ]; then
exit 0
fi
echo_headline "INSTALLING \"${$EVM_EMACS}\":"
echo_headline "INSTALLING \"${EVM_EMACS}\":"
curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw
> /tmp/x.sh && source /tmp/x.sh
> /tmp/x.sh && source /tmp/x.sh
evm install $EVM_EMACS --use --skip
if [ $? -ne 0 ]; then
echo "Installation failed"