1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-07-31 12:00:40 +02:00

Updating travis again

This commit is contained in:
Andrew Davis
2018-09-02 13:27:29 -05:00
parent c21677a87e
commit 0db6323d81

View File

@@ -1,7 +1,14 @@
language: php
php:
- '7.1'
cache:
directories:
- $HOME/.composer/cache
install:
- composer install --prefer-dist --no-interaction --prefer-stable --no-suggest
- composer update --prefer-dist --no-interaction --prefer-stable --no-suggest
script:
- vendor/bin/phpunit