branch: elpa/parseclj
commit 972161dd23b81ef62c169ef96d0c46890ed67b09
Author: Arne Brasseur <[email protected]>
Commit: Arne Brasseur <[email protected]>

    Make sure we test against the version we think we are testing against
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d76bc8ddd8..c6f2126964 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,5 +17,5 @@ before_install:
 script:
   - $EMACS --version
   - ls /usr/bin /usr/local/bin | grep emacs
-  # - $EMACS --version | grep $VERSION
+  - $EMACS --version | grep $VERSION
   - $EMACS -batch -l clj-parse-test-runner.el

Reply via email to