Skip to content

Commit e9ab039

Browse files
committed
added travis yml file
1 parent c27b149 commit e9ab039

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: php
2+
3+
before_install:
4+
- git submodule update --init
5+
6+
php:
7+
- "5.4"
8+
- "5.3"
9+
10+
branches:
11+
only:
12+
- master
13+
- develop
14+
15+
script: php test/run.php

0 commit comments

Comments
 (0)