From 9bad49aad8b202a5c19b71e98f40e0b81f2bb16f Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 22 Jun 2019 19:56:25 +0100 Subject: Test in Emacs 26.2, and test both before and after compilation --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: -- cgit v1.0