Skip to content
This repository was archived by the owner on Sep 16, 2019. It is now read-only.

Commit 9fd9751

Browse files
committed
travis intagration
1 parent 1bc24ea commit 9fd9751

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)