Skip to content

Commit

Permalink
travis config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Nov 16, 2018
1 parent bb83459 commit 7c7fa90
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 @@ -3,14 +3,13 @@ sudo: false
cache:
apt: true
php:
- 7.1
- 7.2
before_script:
- composer install -n
script:
- vendor/bin/codecept run unit --coverage --coverage-xml
after_script:
- if [ $TRAVIS_PHP_VERSION = '7.1' ]; then php vendor/bin/php-coveralls; fi
- if [ $TRAVIS_PHP_VERSION = '7.2' ]; then php vendor/bin/php-coveralls; fi
after_success:
- travis_retry php vendor/bin/php-coveralls -v
- vendor/bin/test-reporter
Expand Down

0 comments on commit 7c7fa90

Please sign in to comment.