summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis: Exclude lua-libraryJuan A. Suarez Romero2015-04-141-1/+1
| | | | | | For some reason, coveralls fails when adding the lua-library. For now, let's remove it.
* travis: Some fixesJuan A. Suarez Romero2015-04-141-2/+2
| | | | | | For some reason, lua-json.c is not included. So let's force it. Also remove the mirror option in pip (seems deprecated).
* travis: Remove `find` lineJuan A. Suarez Romero2014-07-211-1/+0
| | | | Seems it is not needed anymore.
* travis: Use specific Travis PPA for GriloJuan A. Suarez Romero2014-07-211-3/+3
| | | | | This is a specific PPA for testing Grilo in Travis, so it does not mix with the normal Grilo PPA.
* travis: Add python-dbusmockJuan A. Suarez Romero2014-07-181-1/+1
|
* travis: Fix .travis.ymlJuan A. Suarez Romero2014-07-181-8/+2
| | | | Remove wrong indentation.
* travis: Update to Ubuntu TrustyJuan A. Suarez Romero2014-06-241-0/+2
| | | | | We require quite new dependencies that are not easy to back-port to Ubuntu Precise, the default version that Travis CI uses.
* travis: Use official libgrilo packageJuan A. Suarez Romero2014-03-201-1/+1
| | | | 0.2.10 released.
* travis: Fix typoJuan A. Suarez Romero2014-02-261-1/+1
|
* travis: Add dependency for Freebox pluginJuan A. Suarez Romero2014-02-261-1/+1
|
* travis: Depend on grilo unreleasedJuan A. Suarez Romero2014-02-261-5/+6
| | | | Special package with upstream content, so we can run the tests.
* build: Add yelp-tools to TravisJuan A. Suarez Romero2014-01-311-2/+2
| | | | Instead of gnome-doc-utils
* build: update Travis CI configurationJuan A. Suarez Romero2013-06-231-1/+1
| | | | "test" has been renamed to "tests".
* build: add more requirements to travis conf fileJuan A. Suarez Romero2013-06-041-1/+4
| | | | Build all the plugins to test in Travis CI.
* build: Add tests coveraging supportJuan A. Suarez Romero2013-06-041-2/+9
| | | | | | Add support for lcov. On top of that, send results from Travis CI services to Coveralls.io.
* build: Add travis config fileJuan A. Suarez Romero2013-05-191-0/+8
Use the Continuous Integration service provided by Travis.