branch: elpa/rust-mode
commit e4d808eed8409a23a6f5b2bdfcc4420e0fde6664
Author: brotzeit <[email protected]>
Commit: brotzeit <[email protected]>

    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