branch: elpa/parseclj
commit 56bb020a9e24226e8a3280f785deaa342034b0e3
Author: Arne Brasseur <[email protected]>
Commit: Arne Brasseur <[email protected]>
Fix the travis yaml?
---
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4185e5dc91..d76bc8ddd8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,13 @@
language: generic
dist: trusty
-# env:
+env:
- VERSION=24.3.1 EMACS=emacs PACKAGE=emacs24
- VERSION=25.2.2 EMACS=emacs PACKAGE=emacs25
- VERSION=25.2.2 EMACS=emacs PACKAGE=emacs25 CLJ_PARSE_LINT=true
-# matrix:
-# allow_failures:
-# - env: VERSION=25.2.1 EMACS=emacs-25.2 PPA=ppa:kelleyk/emacs
PACKAGE=emacs25 CLJ_PARSE_LINT=true
+matrix:
+ allow_failures:
+ - env: VERSION=25.2.2 EMACS=emacs PACKAGE=emacs25 CLJ_PARSE_LINT=true
before_install:
- sudo add-apt-repository -y ppa:kelleyk/emacs