Skip to content

Commit abda40e

Browse files
committed
Add travis yaml file + move test folder to _build
1 parent 0b52aff commit abda40e

26 files 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+
script: "phpunit -c _build/test/phpunit.xml"
3+
4+
# Set php versions
5+
php:
6+
- 5.3
7+
- 5.4
8+
- 5.5
9+
- 5.6
10+
- 7.0
11+
- 7.1
12+
- hhvm
13+
14+
matrix:
15+
allow_failures:
16+
- php: hhvm
File renamed without changes.

0 commit comments

Comments
 (0)