Skip to content

Commit 20063d9

Browse files
author
Gianluca Arbezzano
committed
Add travis-ci configuration
1 parent 7ed02b2 commit 20063d9

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
9+
- hhvm
10+
11+
before_script:
12+
- composer self-update
13+
- composer install
14+
15+
script:
16+
- vendor/bin/phpunit
17+
18+
branches:
19+
only:
20+
- master
21+
- develop

0 commit comments

Comments
 (0)