Skip to content

Commit

Permalink
travis config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 17, 2020
1 parent 71d232f commit 339c481
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ cache:
apt: true

php:
- 7.2
- 7.3
- 7.4snapshot
- 7.4
before_script:
- composer install
script:
- vendor/bin/codecept run --coverage --coverage-xml --coverage-html
after_script:
- if [ $TRAVIS_PHP_VERSION == '7.3' ]; then php vendor/bin/php-coveralls; fi
- if [ $TRAVIS_PHP_VERSION == '7.4' ]; then php vendor/bin/php-coveralls; fi
after_success:
- travis_retry php vendor/bin/php-coveralls -v

Expand Down

0 comments on commit 339c481

Please sign in to comment.