travis configuration file
This commit is contained in:
parent
95a8ca8a99
commit
a484c99273
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
language: php
|
||||||
|
phps:
|
||||||
|
- 5.3
|
||||||
|
script: cd tests && phpunit .
|
||||||
|
notifications:
|
||||||
|
irc: "irc.freenode.org#semanticscuttle"
|
Loading…
Reference in a new issue