Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit efbd7b0

Browse files
behzadshReza Shadman
authored andcommitted
Add travis YML file
1 parent 556219d commit efbd7b0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: php
2+
php:
3+
- 5.3
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
- hhvm
9+
10+
matrix:
11+
allow_failures:
12+
- php: 7.0
13+
14+
sudo: false
15+
16+
install: travis_retry composer install --no-interaction --prefer-source
17+
18+
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)