Skip to content

Commit

Permalink
added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodip committed Dec 20, 2011
1 parent 13722fe commit 60a5b39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: php

php:
- 5.3
- 5.4

before_script: php vendors.php
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Pagerfanta

[![Build Status](https://secure.travis-ci.org/whiteoctober/Pagerfanta.png)](http://travis-ci.org/whiteoctober/Pagerfanta)

Pagination for PHP 5.3

## Usage
Expand Down

0 comments on commit 60a5b39

Please sign in to comment.