Fix: Move operations to appropriate sections

This commit is contained in:
Andreas Möller
2016-09-08 10:27:12 +02:00
parent a6d15c8618
commit a695737bb9
+6 -2
View File
@@ -10,12 +10,16 @@ php:
sudo: false
before_script:
before_install:
- travis_retry composer self-update
install:
- travis_retry composer install --no-interaction --prefer-dist
script:
before_script:
- mkdir -p build/logs
script:
- ./vendor/bin/parallel-lint src tests
- ./vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
- ./vendor/bin/phpcs src tests --standard=psr2 -sp