mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-02 21:07:43 +02:00
Updating travis again
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- '7.1'
|
- '7.1'
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --prefer-dist --no-interaction --prefer-stable --no-suggest
|
- composer update --prefer-dist --no-interaction --prefer-stable --no-suggest
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit
|
- vendor/bin/phpunit
|
||||||
|
Reference in New Issue
Block a user