Skip to content

Commit

Permalink
Add full Travis test matrix for Emacs versions and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianxiang Xiong committed Jul 20, 2017
1 parent 0933f28 commit b4be2a9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ sudo: false
language: emacs-lisp
env:
- EMACS_BINARY=emacs-24.4-travis MAKE_TEST=test
- EMACS_BINARY=emacs-24.4-travis MAKE_TEST=test-bytecomp
- EMACS_BINARY=emacs-24.4-travis MAKE_TEST=test-checks
- EMACS_BINARY=emacs-24.5-travis MAKE_TEST=test
- EMACS_BINARY=emacs-24.5-travis MAKE_TEST=test-bytecomp
- EMACS_BINARY=emacs-24.5-travis MAKE_TEST=test-checks
- EMACS_BINARY=emacs-25.1-travis MAKE_TEST=test
- EMACS_BINARY=emacs-25.1-travis MAKE_TEST=test-bytecomp
- EMACS_BINARY=emacs-25.1-travis MAKE_TEST=test-checks
- EMACS_BINARY=emacs-git-snapshot-travis MAKE_TEST=test
- MAKE_TEST=test-bytecomp EMACS_BINARY=emacs-25.1-travis
- MAKE_TEST=test-checks EMACS_BINARY=emacs-25.1-travis
- EMACS_BINARY=emacs-git-snapshot-travis MAKE_TEST=test-bytecomp
- EMACS_BINARY=emacs-git-snapshot-travis MAKE_TEST=test-checks

before_script:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
Expand Down

0 comments on commit b4be2a9

Please sign in to comment.