add script of wifif config for raspberry pi
[dotfiles.git] / .travis.yml
1 language: ruby
2
3 before_install:
4   - git clone https://github.com/rejeep/evm.git $HOME/.evm
5   - export PATH=$HOME/.evm/bin:$PATH
6
7   - evm config path /tmp
8   - evm install $EVM_EMACS --use --skip
9
10 env:
11 #  - EVM_EMACS=emacs-24.1-travis EMACS_LINT_IGNORE=1
12 #  - EVM_EMACS=emacs-24.2-travis EMACS_LINT_IGNORE=1
13 #  - EVM_EMACS=emacs-24.3-travis
14 #  - EVM_EMACS=emacs-24.4-travis
15 #  - EVM_EMACS=emacs-24.5-travis
16   - EVM_EMACS=emacs-25.1-travis
17   - EVM_EMACS=emacs-git-snapshot-travis
18
19 matrix:
20   allow_failures:
21     - env: EVM_EMACS=emacs-git-snapshot-travis
22
23 script:
24    make all