travis configuration file

This commit is contained in:
Christian Weiske 2012-01-25 22:22:10 +01:00
parent 95a8ca8a99
commit a484c99273

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: php
phps:
- 5.3
script: cd tests && phpunit .
notifications:
irc: "irc.freenode.org#semanticscuttle"