.travis.yml: fix incorrect setup script
This commit is contained in:
parent
a48880a135
commit
c765a5078c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: emacs-lisp
|
language: emacs-lisp
|
||||||
sudo: false
|
sudo: false
|
||||||
before_install:
|
before_install:
|
||||||
- curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
|
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
|
||||||
- evm install emacs-25.1-travis --use --skip
|
- evm install emacs-25.1-travis --use --skip
|
||||||
- YES=1 make
|
- YES=1 make
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue