Skip to content

Commit

Permalink
Try out a travis script for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gempesaw committed Feb 15, 2015
1 parent 612ba4e commit 132bf61
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: emacs-lisp
before_install:
- curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh
- export PATH="/home/travis/.cask/bin:$PATH"
- export PATH="/home/travis/.evm/bin:$PATH"
- evm install $EVM_EMACS --use
- cask
env:
- EVM_EMACS=emacs-24.4-bin
script:
- emacs --version
- cask exec ert-runner

0 comments on commit 132bf61

Please sign in to comment.