Skip to content

Commit

Permalink
codecov.io usage added
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Dec 11, 2018
1 parent 8a564a4 commit bdeee9b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: php

sudo: false

cache:
directories:
- vendor
Expand All @@ -25,7 +23,9 @@ matrix:
env: SYMFONY_VERSION=4.0.* SYMFONY_PHPUNIT_BRIDGE_VERSION=4.0.* SYMFONY_DEPRECATIONS_HELPER=weak_vendors LEVEL=0
- php: 7.2
env: SYMFONY_VERSION=4.0.* SYMFONY_PHPUNIT_BRIDGE_VERSION=4.0.* SYMFONY_DEPRECATIONS_HELPER=weak_vendors LEVEL=0

- php: 7.1
- php: 7.2
- php: 7.3
install:
- composer require --no-update symfony/symfony:${SYMFONY_VERSION}
- composer require --no-update symfony/form:${SYMFONY_VERSION}
Expand All @@ -37,3 +37,6 @@ script:

notifications:
email: [email protected]

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

0 comments on commit bdeee9b

Please sign in to comment.