X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=0e6a481672f6394ecf097eeab693185ff307fdeb;hb=6fbd52d285d43d807876f47a1fd5bdbe2c620e74;hp=0000000000000000000000000000000000000000;hpb=a867023c28d8ef07317b478c98e42888d371bc61;p=dotfiles.git diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0e6a481 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,24 @@ +language: ruby + +before_install: + - git clone https://github.com/rejeep/evm.git $HOME/.evm + - export PATH=$HOME/.evm/bin:$PATH + + - evm config path /tmp + - evm install $EVM_EMACS --use --skip + +env: +# - EVM_EMACS=emacs-24.1-travis EMACS_LINT_IGNORE=1 +# - EVM_EMACS=emacs-24.2-travis EMACS_LINT_IGNORE=1 +# - EVM_EMACS=emacs-24.3-travis +# - EVM_EMACS=emacs-24.4-travis +# - EVM_EMACS=emacs-24.5-travis + - EVM_EMACS=emacs-25.1-travis + - EVM_EMACS=emacs-git-snapshot-travis + +matrix: + allow_failures: + - env: EVM_EMACS=emacs-git-snapshot-travis + +script: + make all