Skip to content

Commit

Permalink
Add travis-ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Jan 30, 2013
1 parent 7a43f5d commit 1d4e7d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.gitignore export-ignore
.gitattributes export-ignore
/test export-ignore
.travis.yml export-ignore
phpunit.xml export-ignore
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: php
php:
- 5.2
- 5.3
- 5.4
script: "phpunit --colors --coverage-text"

0 comments on commit 1d4e7d6

Please sign in to comment.