el-get/.travis.yml
Noam Postavsky 5534e20b8a Check names of added files for sanity
* test/travis-ci.sh (check-filenames): New function.
* .travis.yml: Use it.  Bump Emacs 26 to 26.2.
2019-05-13 21:31:33 -04:00

21 lines
428 B
YAML

language: generic
sudo: false
env:
- EMACS_VERSION=23.4
- EMACS_VERSION=24.3
- EMACS_VERSION=24.5
- EMACS_VERSION=25.3
- EMACS_VERSION=26.2
install:
- env
- source test/travis-ci.sh
- prereqs
- emacs --version
script:
- byte-compile pkg/*.el
- byte-compile -Werror *.el methods/*.el
- ert-tests
- check-recipes -Wno-features -Wno-github -Wno-autoloads recipes/
- check-whitespace
- check-filenames