We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7f8e0 commit da4b9ddCopy full SHA for da4b9dd
.travis.yml
@@ -8,13 +8,11 @@ php:
8
- 7.4
9
- 7.3
10
- 7.2
11
- - 7.1
12
- - 7.0
13
install:
14
- composer install
15
before_script:
16
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
17
- chmod +x ./cc-test-reporter
18
- ./cc-test-reporter before-build
19
after_script:
20
- - if [[ $TRAVIS_PHP_VERSION = 7.* ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
0 commit comments