aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2019-06-22 19:56:25 +0100
committerWilfred Hughes <me@wilfred.me.uk>2019-06-22 19:56:25 +0100
commit9bad49aad8b202a5c19b71e98f40e0b81f2bb16f (patch)
treedd7d79cf2374b8ffba0dff46c68fd374402a2e81
parentb0cd36e8f0caaddeacb3933e6111842b6560d9c9 (diff)
Test in Emacs 26.2, and test both before and after compilation
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 357fa03..20da6ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,9 +16,14 @@ env:
- EVM_EMACS=emacs-25.2-travis
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
+ - EVM_EMACS=emacs-26.2-travis
# - EVM_EMACS=emacs-git-snapshot-travis
script:
- emacs --version
+ # Test interpreted code.
+ - cask exec ert-runner
+ # Test compiled code.
+ - cask build
- cask exec ert-runner
notifications: