Skip to content

Commit

Permalink
Added Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Odland committed Oct 12, 2018
1 parent b8ae5a1 commit 3ba1c93
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
@@ -0,0 +1,24 @@
language: generic
sudo: no
env:
# - EVM_EMACS=emacs-24.1-travis
# - EVM_EMACS=emacs-24.2-travis
# - 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-25.2-travis
# - EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
# - EVM_EMACS=emacs-git-snapshot-travis
before_install:
- export PATH="/home/travis/.evm/bin:$PATH"
- git clone https://github.com/rejeep/evm.git /home/travis/.evm
- evm config path /tmp

install:
- evm install $EVM_EMACS --use --skip
- emacs -Q --batch --eval '(setq byte-compile-error-on-warn t)' -f batch-byte-compile bm.el

script:
- emacs -batch -l ert -l bm-tests.el -f ert-run-tests-batch-and-exit

0 comments on commit 3ba1c93

Please sign in to comment.