Skip to content

Commit

Permalink
add travis and fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
toin0u committed Aug 25, 2013
1 parent 9f431cc commit ab3d937
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

php:
- 5.3
- 5.4
- 5.5

before_script:
- curl -sS http://getcomposer.org/installer | php
- php composer.phar install --dev --prefer-dist --no-interaction

script: phpunit --coverage-text --coverage-clover ./build/logs/clover.xml

after_script: php vendor/bin/coveralls
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This package allows you to use [**Geotools**](http://geotools-php.org) in [**Lar

[![Latest Stable Version](https://poser.pugx.org/toin0u/Geotools-laravel/v/stable.png)](https://packagist.org/packages/toin0u/Geotools-laravel)
[![Total Downloads](https://poser.pugx.org/toin0u/Geotools-laravel/downloads.png)](https://packagist.org/packages/toin0u/Geotools-laravel)
[![Latest Stable Version](https://poser.pugx.org/toin0u/Geotools-laravel/v/stable.png)](https://packagist.org/packages/toin0u/Geotools-laravel)
[![Total Downloads](https://poser.pugx.org/toin0u/Geotools-laravel/downloads.png)](https://packagist.org/packages/toin0u/Geotools-laravel)
[![Build Status](https://secure.travis-ci.org/toin0u/Geotools-laravel.png)](http://travis-ci.org/toin0u/Geotools-laravel)
[![Coverage Status](https://coveralls.io/repos/toin0u/Geotools-laravel/badge.png)](https://coveralls.io/r/toin0u/Geotools-laravel)


Installation
Expand Down

0 comments on commit ab3d937

Please sign in to comment.