diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-28 22:20:25 -0500 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-09-28 22:20:25 -0500 |
| commit | 85be52217ff5024f604a9337c2e420b8895a0f95 (patch) | |
| tree | 1f675afcfe28d33eee120f2027c0c24e76d15227 | |
| parent | bf1d05334352d2546effc93de301bda31fec83d3 (diff) | |
Test against more emacs versions
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6c54056..fa4b33c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ env: - EVM_EMACS=emacs-24.4-travis - EVM_EMACS=emacs-24.5-travis - EVM_EMACS=emacs-25.1-travis + - EVM_EMACS=emacs-25.2-travis + - EVM_EMACS=emacs-25.3-travis - EVM_EMACS=emacs-git-snapshot-travis script: - emacs --version |
