Skip to content

Commit

Permalink
added Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Oct 28, 2013
1 parent 50af11f commit e3c016b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: php
php:
- 5.5
- 5.4
before_script:
- sudo apt-get update -qq
- sudo apt-get install php5-sqlite
script:
- cd tests
- ./runall.sh
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# PHPRestfulSubversion

[![Build Status](https://travis-ci.org/manuelkiessling/PHPRestfulSubversion.png?branch=master)](https://travis-ci.org/manuelkiessling/PHPRestfulSubversion)

_Scroll down for detailed installation instructions._


Expand Down

0 comments on commit e3c016b

Please sign in to comment.