Skip to content

Commit

Permalink
Use composer test in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed Apr 17, 2018
1 parent 99862d7 commit 39a35bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ before_install:

script:
- php -v
- vendor/bin/phpcs --standard=psr2 src/ tests/SymfonyRollbarBundle
- vendor/bin/phpunit -c tests
- composer test

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 39a35bc

Please sign in to comment.