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

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

[nongnu] elpa/rust-mode e4d808e 1/3: remove deprecated files


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode e4d808e 1/3: remove deprecated files
Date: Fri, 22 Oct 2021 11:58:17 -0400 (EDT)

branch: elpa/rust-mode
commit e4d808eed8409a23a6f5b2bdfcc4420e0fde6664
Author: brotzeit <brotzeitmacher@gmail.com>
Commit: brotzeit <brotzeitmacher@gmail.com>

    remove deprecated files
---
 .travis.yml   | 18 ------------------
 test-by-cp    |  7 -------
 test-from-git |  7 -------
 3 files changed, 32 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 20928e9..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-dist: trusty
-language: generic
-
-env:
- - EVM_EMACS=emacs-25.1-travis
- - EVM_EMACS=emacs-25.2-travis
- - EVM_EMACS=emacs-25.3-travis
- - EVM_EMACS=emacs-26.1-travis
- - EVM_EMACS=emacs-26.2-travis
- - EVM_EMACS=emacs-git-snapshot-travis
-install:
-  - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > 
travis.sh && source ./travis.sh
-  - evm install $EVM_EMACS --use --skip
-script:
-  - ./run_rust_emacs_tests.sh
-
-notifications:
-  email: false
diff --git a/test-by-cp b/test-by-cp
deleted file mode 100644
index 4fde115..0000000
--- a/test-by-cp
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-cd ..
-mkdir copy
-cd copy
-cp -rf ../app/* .
-./run_rust_emacs_tests.sh
diff --git a/test-from-git b/test-from-git
deleted file mode 100644
index 48f81e0..0000000
--- a/test-from-git
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-cd ..
-mkdir git
-cd git
-git clone ../app .
-./run_rust_emacs_tests.sh



reply via email to

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