Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotaro KARASAWA committed Mar 4, 2012
1 parent 211ca8e commit 0279193
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: php
php:
- 5.3
- 5.4

notifications:
email: false
irc: "irc.freenode.org#gitdaily"

script: phpunit --coverage-text

0 comments on commit 0279193

Please sign in to comment.