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

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

[nongnu] elpa/webpaste 157d524 206/298: Fix build since EVM and Cask see


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 157d524 206/298: Fix build since EVM and Cask seems to behave strangely lately
Date: Thu, 9 Dec 2021 19:00:15 -0500 (EST)

branch: elpa/webpaste
commit 157d524b71786a3d33cbbb31b0eb3a2313185afd
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>

    Fix build since EVM and Cask seems to behave strangely lately
---
 .travis.yml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8c98258..4a0afa2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,16 +16,21 @@ env:
 before_install:
   # 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 the emacs version that cask needs to have installed
+  - evm install emacs-24.4-travis --use --skip
 
 install:
+  # Install the emacs version that we're testing today
+  - evm install $EVM_EMACS --use --skip
+
   # Install your dependencies
-  - cask install
+  - EMACS="/home/travis/.evm/bin/emacs" cask install
 
 script:
   # Print travis event type (might be cron or something else)
   - echo $TRAVIS_EVENT_TYPE
   - emacs --version
+
   # Run tests
-  - make test
+  - env CASK='EMACS=/home/travis/.evm/bin/emacs cask' make test



reply via email to

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