el-get/.travis.yml
Noam Postavsky 00e08b148d .travis.yml: don't hide compile failure
Fix compile warnings that snuck in while the test was broken.
2015-11-13 23:39:27 -05:00

15 lines
249 B
YAML

language: generic
env:
- EMACS=emacs
- EMACS=emacs-snapshot
install:
- env
- source test/travis-ci.sh
- prereqs
- '"$EMACS" --version'
script:
- folded_call byte-compile
- folded_call ert-tests
- check-recipes
- check-whitespace