[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"