Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 06b4c98

Browse files
Add travis-ci tests
1 parent 2bd0488 commit 06b4c98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: php
2+
php:
3+
- 5.3
4+
- 5.4
5+
before_script:
6+
- git submodule update --init --quiet
7+
script: php test.php

0 commit comments

Comments
 (0)