Skip to content

Commit cab350b

Browse files
committed
Create .travis.yml
1 parent acffaf3 commit cab350b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
3+
php:
4+
- 5.6
5+
- 5.5
6+
- 5.4
7+
- hhvm
8+
9+
matrix:
10+
allow_failures:
11+
- php: hhvm
12+
13+
14+
script: "php ./tests/run_tests.php"

0 commit comments

Comments
 (0)