Add Travis CI support for core tests #144

Added the badge to the README.md and created a travis config file.
This commit is contained in:
lazywithclass 2015-01-14 22:27:42 +00:00 committed by syl20bnr
parent 8c9bdfb25f
commit c5224a3319
2 changed files with 14 additions and 1 deletions

13
.travis.yml Normal file
View file

@ -0,0 +1,13 @@
branches:
only:
- master
- develop
before_install:
sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
sudo apt-get -qq update &&
sudo apt-get -qq -f install &&
sudo apt-get -qqy install emacs-snapshot;
script:
emacs -batch -l ert -l core/test/* -f ert-run-tests-batch-and-exit

View file

@ -1,5 +1,5 @@
![title](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/img/title.png)
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/syl20bnr/spacemacs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Twitter][]](http://www.twitter.com/spacemacs)
[![Build Status](https://travis-ci.org/syl20bnr/spacemacs.svg)](https://travis-ci.org/syl20bnr/spacemacs) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/syl20bnr/spacemacs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Twitter][]](http://www.twitter.com/spacemacs)
[philosophy][] | [goals][] | [for who?][] | [screenshots][] | [documentation][DOCUMENTATION.md] | [contribute][CONTRIBUTE.md] | [achievements][] | [FAQ][]