Skip to content

Commit ae1687b

Browse files
include laravel in unit testing
1 parent 049e51d commit ae1687b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ php:
66
- 5.6
77
- hhvm
88

9+
env:
10+
- LARAVEL_VERSION="4.2.*"
11+
- LARAVEL_VERSION="5.0.*"
12+
913
before_script:
1014
- travis_retry composer self-update
15+
- travis_retry composer require laravel/framework:${LARAVEL_VERSION} --no-update
16+
- travis_retry composer require illuminate/support:${LARAVEL_VERSION} --no-update
17+
- travis_retry composer require illuminate/database:${LARAVEL_VERSION} --no-update
1118
- travis_retry composer install --prefer-source --no-interaction --dev
1219

1320
script: phpunit

0 commit comments

Comments
 (0)