1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-05 14:27:54 +02:00

Editing travis

This commit is contained in:
Andrew Davis
2018-09-02 13:25:57 -05:00
parent 2e331078b7
commit c21677a87e

View File

@@ -1,4 +1,7 @@
language: php language: php
php: php:
- '7.1' - '7.1'
install:
- composer install --prefer-dist --no-interaction --prefer-stable --no-suggest
script:
- vendor/bin/phpunit