el-get/.travis.yml
Noam Postavsky 5b213704f6 Fix test failures
* .travis.yml:
* test/travis-ci.sh (ert-tests): Load mm-util for 26-prerelease to
avoid Bug#30258.
* el-get-custom.el (el-get-status-file): Add :type.
2018-01-26 19:03:00 -05:00

21 lines
482 B
YAML

language: generic
sudo: false
env:
- EMACS_VERSION=23.4
- EMACS_VERSION=24.3
- EMACS_VERSION=24.5
- EMACS_VERSION=25.3
# Load mm-util to work around Bug#30258
- EMACS_VERSION=26-prerelease EMACS_OPT='-l mm-util'
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