1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 21:30:18 +02:00

[Nostromo] Tweak travis and composer

This commit is contained in:
Andrés Montañez 2017-01-01 01:59:30 -03:00
parent 4e924f7d61
commit ebd69a1bbf
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ php:
- '7.1'
install:
- composer install --prefer-source
- composer install
script:
- phpunit
- vendor/bin/phpunit

View File

@ -16,6 +16,7 @@
"monolog/monolog": "^1.0",
"symfony/console": "^3.0",
"symfony/filesystem": "^3.0",
"symfony/event-dispatcher": "^3.0",
"symfony/finder": "^3.0",
"symfony/yaml": "^3.0",
"symfony/process": "^3.0"