el-get/.travis.yml
Noam Postavsky 94ee9090ea reorganize travis test scripts
Also skip testing with emacs-snapshot if only recipes have been updated.

* test/run-travis-ci.sh: Deleted.
* test/travis-ci.sh (prereqs, byte-compile, check-recipes,
  check-whitespace): New functions.
* .travis.yml (language): emacs-lisp -> generic. emacs-lisp is not
  recognized, so Travis would treat it as ruby and needlessly install
  rvm.
  (install, script): Call functions from travis-ci.sh.
2014-10-26 13:21:57 -04:00

13 lines
201 B
YAML

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