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 39a35bc commit c7e45a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:

script:
- php -v
- composer test
- php composer.phar test

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

0 comments on commit c7e45a3

Please sign in to comment.