File tree Expand file tree Collapse file tree 3 files changed +45
-25
lines changed Expand file tree Collapse file tree 3 files changed +45
-25
lines changed Original file line number Diff line number Diff line change
1
+ version : 2.1
2
+
3
+ # Default actions to perform on each Emacs version
4
+ default : &default-steps
5
+ steps :
6
+ - checkout
7
+ - run : apt-get update && apt-get install make
8
+ - run : make elpa
9
+ - run : emacs --version
10
+ - run : make test
11
+ # Make sure to run test-checks before test-bytecomp, as test-bytecomp autogenerates
12
+ # files which won't pass test-checks.
13
+ - run : make test-checks
14
+ - run : make test-bytecomp
15
+
16
+ # Enumerated list of Emacs versions
17
+ jobs :
18
+ test-emacs-25 :
19
+ docker :
20
+ - image : silex/emacs:25-dev
21
+ entrypoint : bash
22
+ << : *default-steps
23
+
24
+ test-emacs-26 :
25
+ docker :
26
+ - image : silex/emacs:26-dev
27
+ entrypoint : bash
28
+ << : *default-steps
29
+
30
+ test-emacs-master :
31
+ docker :
32
+ - image : silex/emacs:master-dev
33
+ entrypoint : bash
34
+ << : *default-steps
35
+
36
+ workflows :
37
+ version : 2
38
+ ci-test-matrix :
39
+ jobs :
40
+ - test-emacs-25
41
+ - test-emacs-26
42
+ - test-emacs-master
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[ ![ License GPL 3] [ badge-license ]] [ copying ]
2
2
[ ![ MELPA] [ melpa-badge ]] [ melpa-package ]
3
3
[ ![ MELPA Stable] [ melpa-stable-badge ]] [ melpa-stable-package ]
4
- [ ![ travis ] [ badge-travis ]] [ travis ]
4
+ [ ![ circleci ] [ badge-circleci ]] [ circleci ]
5
5
6
6
# Clojure Mode
7
7
@@ -438,8 +438,8 @@ Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to vie
438
438
[ melpa-package ] : http://melpa.org/#/clojure-mode
439
439
[ melpa-stable-package ] : http://stable.melpa.org/#/clojure-mode
440
440
[ COPYING ] : http://www.gnu.org/copyleft/gpl.html
441
- [ badge-travis ] : https://travis-ci.org/ clojure-emacs/clojure-mode.svg?branch=master
442
- [ travis ] : https://travis-ci.org /clojure-emacs/clojure-mode
441
+ [ badge-circleci ] : https://circleci.com/gh/ clojure-emacs/clojure-mode.svg?style=svg
442
+ [ circleci ] : https://circleci.com/gh /clojure-emacs/clojure-mode
443
443
[ CIDER ] : https://github.com/clojure-emacs/cider
444
444
[ cider-nrepl ] : https://github.com/clojure-emacs/cider-nrepl
445
445
[ inf-clojure ] : https://github.com/clojure-emacs/inf-clojure
You can’t perform that action at this time.
0 commit comments