emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/parseclj d7adaa5177 018/185: Lets try that again #travis


From: ELPA Syncer
Subject: [nongnu] elpa/parseclj d7adaa5177 018/185: Lets try that again #travis
Date: Tue, 28 Dec 2021 14:05:09 -0500 (EST)

branch: elpa/parseclj
commit d7adaa51779d330244d428f335a49a859b57dc3f
Author: Arne Brasseur <arne@arnebrasseur.net>
Commit: Arne Brasseur <arne@arnebrasseur.net>

    Lets try that again #travis
---
 .travis.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e704356b7b..4185e5dc91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,21 +1,21 @@
 language: generic
 dist: trusty
 # env:
-#   - VERSION=24.3.1 EMACS=emacs PPA=ppa:ubuntu-elisp PACKAGE=emacs-snapshot
-#   - VERSION=25.2.2 EMACS=emacs-25.2 PPA=ppa:kelleyk/emacs PACKAGE=emacs25
-#   - VERSION=25.2.2 EMACS=emacs-25.2 PPA=ppa:kelleyk/emacs PACKAGE=emacs25 
CLJ_PARSE_LINT=true
+  - 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
 
 before_install:
-  # - sudo add-apt-repository -y $PPA
+  - sudo add-apt-repository -y ppa:kelleyk/emacs
   - sudo apt-get update -qq
-  - sudo apt-get install -qq emacs
+  - sudo apt-get install -qq $PACKAGE
 
 script:
-  - apt-cache search emacs
   - $EMACS --version
+  - ls /usr/bin /usr/local/bin | grep emacs
   # - $EMACS --version | grep $VERSION
   - $EMACS -batch -l clj-parse-test-runner.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]