Skip to content

Commit 523586e

Browse files
committed
Test that package installs successfully
1 parent 236eacb commit 523586e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ before_script:
1616
- composer --version
1717
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
1818
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
19-
- composer install -n --dev --prefer-source
2019

21-
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
20+
script: composer install -n --dev --prefer-source

0 commit comments

Comments
 (0)