From 24c2d3727d7b97c93b5804ec9542d1180ee24a1b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 6 Jan 2018 03:50:57 -0500 Subject: [PATCH] .travis.yml; forgot the PATH, remove condition --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 171d19996..88355604b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ branches: - master - develop before_install: - - if [ ! -z "$EVM_EMACS" ]; then curl -fsSkL https://raw.github.com/rejeep/evm/master/go > x.sh && source ./x.sh; fi + - curl -fsSkL https://raw.github.com/rejeep/evm/master/go > x.sh && source ./x.sh + - export PATH="$EVM_DIR:$PATH" - evm install $EVM_EMACS --use --skip - evm config path /tmp - cp init.test.el init.el