Skip to content

Commit 3667694

Browse files
committed
Add travis
1 parent e6a1ae2 commit 3667694

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
install:
3+
- pear install package.xml
4+
php:
5+
- 5.4
6+
sudo: false
7+
script: phpunit tests/

0 commit comments

Comments
 (0)