diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2021-10-22 19:25:29 +0200 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-10-22 19:25:29 +0200 |
| commit | e4d808eed8409a23a6f5b2bdfcc4420e0fde6664 (patch) | |
| tree | f195249b7b511c1b2b22c93b2b2f5f4fe9ed0624 | |
| parent | 163d6406476b90b9d3cc09f2081438afca8d7bd4 (diff) | |
| download | rust-mode-e4d808eed8409a23a6f5b2bdfcc4420e0fde6664.tar.gz | |
remove deprecated files
| -rw-r--r-- | .travis.yml | 18 | ||||
| -rw-r--r-- | test-by-cp | 7 | ||||
| -rw-r--r-- | test-from-git | 7 |
3 files changed, 0 insertions, 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 |
