summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* [#1650] Start writing tests using buttercup (#1659)Chaitanya Koparkar2016-04-13
|
* Missing EOF newlineMichael Griffiths2015-12-12
|
* Don't run tests on the snapshotArtur Malabarba2015-11-28
|
* Integrate Travis with GitterArtur Malabarba2015-10-04
|
* Add a test for check-declaresArtur Malabarba2015-09-25
| | | | | This same test can easily be used to run checkdoc, we only need to make CIDER comply with checkdoc first.
* Add a test for byte-compiler warningsArtur Malabarba2015-09-24
|
* Run tests against 4 different versions of emacsVignesh Sarma K2015-09-19
|
* Stop running the tests on emacs-snapshotBozhidar Batsov2014-01-25
| | | | The snapshot PPA seems to have been abandoned http://emacs.naquadah.org/
* Fix broken Travis buildBozhidar Batsov2013-08-15
|
* Simplify test infrastructureBozhidar Batsov2013-08-15
| | | | | | | | | | * Manage dependencies with Cask * Add a Vagrantfile and a shell script for provisioning * Simplify Makefile * Add a script for running the tests in batch mode The one thing that remains to be done is to reintegrate the batch checkdoc check.
* Add unit tests to travis configurationHugo Duncan2013-02-10
| | | | This adds a top level Makefile with test, checkdoc and build targets
* Add travis checkdoc configurationHugo Duncan2013-02-09
Note, the build currently fails.