]> code.delx.au - gnu-emacs-elpa/commit
Add Travis CI and update tests. Start a Changelog.
authorJoao Tavora <joaotavora@gmail.com>
Tue, 31 Dec 2013 15:33:20 +0000 (15:33 +0000)
committerJoao Tavora <joaotavora@gmail.com>
Tue, 31 Dec 2013 15:58:21 +0000 (15:58 +0000)
commit12b7f82dd8cdac4dc577b6a0b6a91b71b1e61142
tree22c4f489c57345dbdd77af75c5710b7f89a38f51
parentf94c38eade26e6d0058a141d213b2c6f454a3d7e
Add Travis CI and update tests. Start a Changelog.

* .travis.yml: new file

* README.mdown: Add Travis CI badge.

* Rakefile: use ert-run-tests-batch-and-exit.

* yasnippet-tests.el (example-for-issue-404-external-emacs): Use
`yas-with-snippet-dirs' to not depend on bundled snippets.
(yas--call-with-temporary-redefinitions): Use `cl-labels' since no
cl-flet in emacs-24.3's cl-lib.el.
(loading-with-cyclic-parenthood): prog-mode doesn't exist in emacs
24.3.
(yas-batch-run-tests): remove it.

* yasnippet.el (require): require cl-lib during byte-compilation
and load.
.travis.yml [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
README.mdown
Rakefile
yasnippet-tests.el
yasnippet.el