Skip to content

Commit c843a98

Browse files
committed
Force the path to the emacs installation.
1 parent 47a744a commit c843a98

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@ before_install:
2727
- make deps
2828
- cask --version
2929
# install the matrix's emacs version (except for 24.3 which is already installed)
30-
- evm install $EVM_EMACS --use --force
31-
- emacs --version
30+
- evm install $EVM_EMACS --use --force || echo "Already installed, Skip!"
31+
- export EMACS=/usr/local/evm/$EVM_EMACS
32+
- $EMACS --version
3233
- env | grep -i emacs
3334

3435
install:
3536
- cask
3637

3738
script:
38-
lsb_release -a && emacs --version && make check
39+
lsb_release -a && $EMACS --version && make EMACS=$EMACS check
3940

4041
notifications:
4142
email: false

0 commit comments

Comments
 (0)