Skip to content

Commit

Permalink
Try travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jun 13, 2013
1 parent e6e3930 commit 1d8153e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: emacs

install:
# Install emacs.
- "sudo apt-get install emacs23-nox"
- git clone git://github.com/rocky/emacs-test-simple.git
- (cd emacs-test-simple && ./autogen.sh && ./configure && make install)

# run the tests
script:
- /bin/sh ./autogen.sh && make check

0 comments on commit 1d8153e

Please sign in to comment.