Skip to content

Commit

Permalink
travis php version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 16, 2020
1 parent 81c2ef0 commit 11d5f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: php
sudo: false
php:
- 7.2
- 7.4
before_script:
- composer install -n
script:
- vendor/bin/codecept run unit --coverage --coverage-xml
after_script:
- if [ $TRAVIS_PHP_VERSION = '7.2' ]; 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
- vendor/bin/test-reporter

0 comments on commit 11d5f20

Please sign in to comment.