Skip to content

Commit a8bb3e9

Browse files
committed
Added a travis configuration file and changed cases
1 parent d7438b5 commit a8bb3e9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: php
2+
php:
3+
- 5.3
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
- hhvm
9+
10+
before_script:
11+
- composer install --prefer-dist --dev
12+
13+
matrix:
14+
allow_failures:
15+
- php: hhvm
16+
fast_finish: true

0 commit comments

Comments
 (0)