Skip to content

Commit 59a34a0

Browse files
committed
Add .travis.yml
1 parent d850d1e commit 59a34a0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: php
2+
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- hhvm
8+
9+
before_script:
10+
- composer install --dev --prefer-source --no-interaction
11+
12+
script: phpunit

0 commit comments

Comments
 (0)