Skip to content

Commit 6c255cd

Browse files
committed
Further fix for travis.yml
1 parent 7a86343 commit 6c255cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: generic
22
sudo: false
33
before_install:
44
- mkdir ~/.emacs.d
5-
- curl -O https://gist.githubusercontent.com/stakemori/a32d367baedd12b590888c6faceb28d9/raw/066838635c2b4ef11cacf1859d7089789d1a41f9/init.el && move init.el ~/.emacs.d/init.el
5+
- curl -O https://gist.githubusercontent.com/stakemori/a32d367baedd12b590888c6faceb28d9/raw/066838635c2b4ef11cacf1859d7089789d1a41f9/init.el && mv init.el ~/.emacs.d/init.el
66
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
77
- evm install $EVM_EMACS --use --skip
88
env:

0 commit comments

Comments
 (0)