aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* emacs: improved versions being supportedMiquel Sabaté Solà2020-04-211-0/+1
| | | | | | | Defining constants so everything is cleaner, and checking GNU Emacs versions in some places where they weren't. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: rebumped again how things are builtMiquel Sabaté Solà2020-02-111-36/+18
| | | | | | | | Following the example set by writer-mode, I feel much more comfortable with the nix approach of installing GNU Emacs (much more reliable on CI). Plus, I've also added a Makefile so things are easier to test. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added linters and polished codeMiquel Sabaté Solà2019-09-051-8/+13
| | | | | | The minimum version supported has been raised to 25.3. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-221-0/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: emacs 26.2Miquel Sabaté Solà2019-04-161-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: dropping support for 24.xMiquel Sabaté Solà2019-01-241-2/+1
| | | | | | | This release is now 5 years old and some important packages like projectile have dropped support for it as well. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: use mu's package, not the sourceMiquel Sabaté Solà2019-01-241-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed travisMiquel Sabaté Solà2019-01-241-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* travis: updating some versionsMiquel Sabaté Solà2018-06-011-3/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* travis: Added GNU Emacs 25.2Miquel Sabaté Solà2017-05-021-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed buildMiquel Sabaté Solà2017-01-141-0/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: trying to test it with travisMiquel Sabaté Solà2016-10-211-0/+30
Files and idea taken from https://github.com/purcell/emacs.d. I've also added the bin/test directory into it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>