mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Some more updates to travis configuration
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
@@ -10,4 +9,4 @@ before_script:
|
|||||||
- composer self-update
|
- composer self-update
|
||||||
- composer install --prefer-source --no-interaction
|
- composer install --prefer-source --no-interaction
|
||||||
|
|
||||||
script: phpunit
|
script: vendor/bin/phpunit
|
||||||
Reference in New Issue
Block a user