Update init.{example,test}.el & travis for new config policy

This commit is contained in:
Henrik Lissner
2018-04-03 23:31:04 -04:00
parent 48ae8e2aff
commit 0026f08e27
3 changed files with 3 additions and 38 deletions

View File

@ -9,7 +9,8 @@ before_install:
- export PATH="/home/travis/.evm/bin:$PATH"
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
- cp init.test.el init.el
- mkdir -p ~/.doom.d
- cp init.test.el ~/.doom.d/init.el
- INSECURE=1 YES=1 make install
env:
- EVM_EMACS=emacs-25.1-travis