Skip to content

Commit 2aa12d8

Browse files
committed
Add Travis build file
1 parent 15f4d78 commit 2aa12d8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
- 5.5
7+
- 5.6
8+
- 7.0
9+
- hhvm
10+
11+
before_script:
12+
- composer self-update
13+
- composer install --prefer-source --no-interaction --dev
14+
15+
script: phpunit
16+
17+
matrix:
18+
allow_failures:
19+
- php: 7.0
20+
- php: hhvm
21+
fast_finish: true

0 commit comments

Comments
 (0)