aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: remove the depth flagMiquel Sabaté Solà2020-04-141-0/+3
| | | | | | | | This caused troubles because git-validation checks the commits until the very initial one, which was unavailable when the `--depth` flag was passed by Travis CI. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Enable byte compiling and lexical bindingMiquel Sabaté Solà2020-04-051-0/+3
| | | | | | | | | | Moreover, require the minimum GNU Emacs version in the package metadata, not dinamically. Also add 25.1 in the .travis.yml matrix, so the minimum support GNU Emacs is also tested in CI. As recommended by @riscy in https://github.com/melpa/melpa/pull/6808. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added tests and more documentationMiquel Sabaté Solà2020-04-041-0/+15
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>