We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a86343 commit 6c255cdCopy full SHA for 6c255cd
.travis.yml
@@ -2,7 +2,7 @@ language: generic
2
sudo: false
3
before_install:
4
- mkdir ~/.emacs.d
5
- - curl -O https://gist.githubusercontent.com/stakemori/a32d367baedd12b590888c6faceb28d9/raw/066838635c2b4ef11cacf1859d7089789d1a41f9/init.el && move init.el ~/.emacs.d/init.el
+ - curl -O https://gist.githubusercontent.com/stakemori/a32d367baedd12b590888c6faceb28d9/raw/066838635c2b4ef11cacf1859d7089789d1a41f9/init.el && mv init.el ~/.emacs.d/init.el
6
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
7
- evm install $EVM_EMACS --use --skip
8
env:
0 commit comments