diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2020-05-02 10:35:06 +0100 |
|---|---|---|
| committer | Nathan Moreau <nathan.moreau@m4x.org> | 2020-05-03 17:06:24 +0200 |
| commit | 8733792250169d7c2234d6eec710ae4ba37c15e5 (patch) | |
| tree | 9b9707271ecb3b4c020193cd9c132bda81685251 /run_rust_emacs_tests_docker.sh | |
| parent | 39f32ccd6a1183df26a223a23db255a67076cd2d (diff) | |
| download | rust-mode-8733792250169d7c2234d6eec710ae4ba37c15e5.tar.gz | |
Drop Emacs-24
Emacs-24 is now two major versions behind and will soon be three, so
formally remove support for it.
Diffstat (limited to 'run_rust_emacs_tests_docker.sh')
| -rwxr-xr-x | run_rust_emacs_tests_docker.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/run_rust_emacs_tests_docker.sh b/run_rust_emacs_tests_docker.sh index 606e53e..e4de10f 100755 --- a/run_rust_emacs_tests_docker.sh +++ b/run_rust_emacs_tests_docker.sh @@ -6,16 +6,10 @@ docker run -it --rm --name docker-cp -v `pwd`:/usr/src/app -w /usr/src/app --ent echo Testing Local files with Emacs 25 docker run -it --rm --name docker-cp -v `pwd`:/usr/src/app -w /usr/src/app --entrypoint=/bin/bash silex/emacs:25.3-dev ./test-by-cp -echo "Testing Local files with Emacs 24 (oldest)" -docker run -it --rm --name docker-cp -v `pwd`:/usr/src/app -w /usr/src/app --entrypoint=/bin/bash silex/emacs:24.5-dev ./test-by-cp - echo "Testing commits with Emacs 26 (latest)" docker run -it --rm --name docker-cp -v `pwd`:/usr/src/app -w /usr/src/app --entrypoint=/bin/bash silex/emacs:26.2-dev ./test-from-git echo Testing commits with Emacs 25 docker run -it --rm --name docker-cp -v `pwd`:/usr/src/app -w /usr/src/app --entrypoint=/bin/bash silex/emacs:25.3-dev ./test-from-git -echo "Testing commits with Emacs 24 (oldest)" -docker run -it --rm --name docker-cp -v `pwd`:/usr/src/app -w /usr/src/app --entrypoint=/bin/bash silex/emacs:24.5-dev ./test-from-git - |
