]> code.delx.au - gnu-emacs-elpa/blob - packages/test-simple/.travis.yml
Merge commit '6238e7402adabd0003f6ffcf5c57d9f18f1e7684'
[gnu-emacs-elpa] / packages / test-simple / .travis.yml
1 language: emacs
2
3 install:
4 # Install emacs.
5 - "sudo apt-get install emacs23-nox"
6
7 # run the tests
8 script: /bin/sh ./autogen.sh && make check