Skip to content

Commit e93f905

Browse files
committed
Added travis-control-file
1 parent 4c4f15c commit e93f905

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
3+
php:
4+
- 5.5
5+
- 5.4
6+
- 5.3
7+
- hhvm
8+
9+
before_script:
10+
- composer self-update
11+
- composer update
12+
13+
script:
14+
- phpunit -c tests.xml

0 commit comments

Comments
 (0)