We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049e51d commit ae1687bCopy full SHA for ae1687b
.travis.yml
@@ -6,8 +6,15 @@ php:
6
- 5.6
7
- hhvm
8
9
+env:
10
+ - LARAVEL_VERSION="4.2.*"
11
+ - LARAVEL_VERSION="5.0.*"
12
+
13
before_script:
14
- 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
18
- travis_retry composer install --prefer-source --no-interaction --dev
19
20
script: phpunit
0 commit comments