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

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

[nongnu] elpa/webpaste 899e08e 157/298: Change install method of emacs i


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 899e08e 157/298: Change install method of emacs in travis for faster build times
Date: Thu, 9 Dec 2021 19:00:04 -0500 (EST)

branch: elpa/webpaste
commit 899e08e9d96eaaaae4b1c271897478281b17f7dd
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Change install method of emacs in travis for faster build times
---
 .travis.yml | 26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 856bb2a..4f06130 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,27 +1,23 @@
 language: emacs-lisp
 sudo: false
 
-# Allow Emacs snapshot builds to fail and don’t wait for these as they can 
take a looooong time
+# Allow Emacs snapshot builds to fail
 matrix:
-  fast_finish: true
   allow_failures:
-    - env: EMACS_VERSION=snapshot
+    - env: EVM_EMACS=emacs-git-snapshot-travis
 
 env:
-  - EMACS_VERSION=24.4
-  - EMACS_VERSION=24.5
-  - EMACS_VERSION=25.1
-  - EMACS_VERSION=25.2
-  - EMACS_VERSION=snapshot
+  - EVM_EMACS=emacs-24.4-travis
+  - EVM_EMACS=emacs-24.5-travis
+  - EVM_EMACS=emacs-25.1-travis
+  - EVM_EMACS=emacs-25.2-travis
+  - EVM_EMACS=emacs-git-snapshot-travis
 
 before_install:
-  # Configure $PATH: Executables are installed to $HOME/bin
-  - export PATH="$HOME/bin:$PATH"
-  # Download the makefile to emacs-travis.mk
-  - wget 
'https://raw.githubusercontent.com/flycheck/emacs-travis/master/emacs-travis.mk'
-  # Install Emacs (according to $EMACS_VERSION) and Cask
-  - make -f emacs-travis.mk install_emacs
-  - make -f emacs-travis.mk install_cask
+  # Get install script
+  - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > 
travis.sh && source ./travis.sh
+  # Run evm
+  - evm install "$EVM_EMACS" --use --skip
 
 install:
   # Install your dependencies



reply via email to

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