Skip to content

Commit c463e66

Browse files
update travis conf
1 parent 05f0311 commit c463e66

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
language: php
22
sudo: false
33
php:
4+
- 7.3
45
- 7.2
5-
- 7.1
66
install:
7-
- composer install --prefer-dist
7+
- composer install --optimize-autoloader --prefer-dist --no-interaction
8+
before_script:
9+
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
10+
- chmod +x ./cc-test-reporter
11+
- ./cc-test-reporter before-build
812
script:
913
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
10-
after_success:
11-
- vendor/bin/test-reporter
14+
after_script:
15+
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)