Skip to content

Commit 2d23cf4

Browse files
author
Yoel Monzon
committed
[add] configuration of travis
1 parent ec720a7 commit 2d23cf4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: php
2+
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
- hhvm
9+
10+
before_install:
11+
- travis_retry composer self-update
12+
install:
13+
- travis_retry composer install --no-interaction --prefer-source --dev
14+
15+
matrix:
16+
allow_failures:
17+
- php: hhvm
18+
- php: 7.0
19+
fast_finish: true

0 commit comments

Comments
 (0)