]> code.delx.au - gnu-emacs-elpa/blob - .travis.yml
5th try at travis
[gnu-emacs-elpa] / .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:
9 - curl -fsSkL https://raw.github.com/rejeep/carton/master/go | sh
10 - bash ~/.carton/bin/carton
11 - EMACSLOADPATH=./elpa/test-simple* /bin/sh ./autogen.sh && EMACSLOADPATH=./elpa/test-simple* make check