Skip to content

Remove release.py and Rakefile #457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: elixir
cache: apt
env:
- EVM_EMACS=24.3 TEST_RUN="rake test"
- EVM_EMACS=24.4 TEST_RUN="rake test"
- EVM_EMACS=24.5 TEST_RUN="rake test-no-gui"
- EVM_EMACS=25.1 TEST_RUN="rake test"
- EVM_EMACS=25.2 TEST_RUN="rake test"
# - EVM_EMACS=git-snapshot TEST_RUN="rake test"
- EVM_EMACS=24.3
- EVM_EMACS=24.4
- EVM_EMACS=24.5
- EVM_EMACS=25.1
- EVM_EMACS=25.2
matrix:
include:
- elixir: 1.0.5
Expand All @@ -22,4 +21,4 @@ before_install:
install:
- cask install
script:
- $TEST_RUN
- cask exec ert-runner
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ should take to help get it added/fixed in emacs-elixir
* elixir-mode
* emacs

* Ideally, creating a pull request with a (failing) test case demonstrating
what's wrong. This makes it easy for us to reproduce & fix the problem.
* Ideally, creating a pull request with a test case demonstrating what's wrong.
This makes it easy for us to review, reproduce & fix the problem.

You might also hop into the IRC channel (``#elixir-lang`` on ``irc.freenode.net``)
& raise your question there, as there may be someone who can help you with a
Expand Down Expand Up @@ -58,14 +58,15 @@ substantial time for the all-volunteer team to get to.

## How to run tests

There are three tools that helps us to test emacs-elixir:
There are two tools that helps us to test emacs-elixir:

* [EVM](https://github.com/rejeep/evm) - a command-line tool which allows you to easily install, manage, and work with multiple Emacs versions.
* [Cask](https://github.com/cask/cask) - a project management tool for Emacs that helps automate the package development cycle.
* [Ert-runner](https://github.com/rejeep/ert-runner.el) - a tool for Emacs projects tested using Ert.

### Emacs Version Manager

Emacs has many versions and currently we support from version 24+. If you want to reproduce a bug/issue on a specific version of Emacs, there are some alternatives like EVM. Here is a setup for EVM.

To install [EVM](https://github.com/rejeep/evm), run:

```bash
Expand Down Expand Up @@ -94,7 +95,7 @@ Read more about [EVM](https://github.com/rejeep/evm).
To install Cask, run:

```bash
$ curl -fsSkL https://raw.github.com/cask/cask/master/go | python
$ curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
$ export PATH="~/.cask/bin:$PATH" # Add it to your .bashrc or analogue
```

Expand Down
157 changes: 0 additions & 157 deletions Rakefile

This file was deleted.

90 changes: 0 additions & 90 deletions release.py

This file was deleted.