Skip to content

Commit 1be8f98

Browse files
committed
More tweaks to the new CI setup
Now it finally kind of works. :)
1 parent 393bc80 commit 1be8f98

File tree

4 files changed

+13
-21
lines changed

4 files changed

+13
-21
lines changed

.circleci/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ default: &default-steps
1616

1717
# Enumerated list of Emacs versions
1818
jobs:
19-
test-emacs-25:
20-
docker:
21-
- image: silex/emacs:25-ci-cask
22-
entrypoint: bash
23-
<<: *default-steps
19+
# TODO: Figure out why the queue fails to install on Emacs 25
20+
# test-emacs-25:
21+
# docker:
22+
# - image: silex/emacs:25-ci-cask
23+
# entrypoint: bash
24+
# <<: *default-steps
2425

2526
test-emacs-26:
2627
docker:

.github/CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ To help us, please, follow these guidelines:
2929
* [Squash related commits together][5].
3030
* Open a [pull request][4] that relates to *only* one subject with a clear title and description in grammatically correct, complete sentences.
3131

32+
## Development Setup
33+
34+
1. Fork and clone the repository.
35+
1. Install [Cask][7].
36+
1. Run `cask install` in the repository folder.
37+
1. Run tests with `make test`.
38+
3239
[1]: https://github.com/clojure-emacs/clj-refactor.el/issues
3340
[2]: http://gun.io/blog/how-to-github-fork-branch-and-pull-request
3441
[3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

run-test-ci.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

run-tests.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)