Skip to content

Commit da4b9dd

Browse files
committed
- Remove PHP 7.0 and 7.1 from testing (incompatible)
1 parent 2f7f8e0 commit da4b9dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ php:
88
- 7.4
99
- 7.3
1010
- 7.2
11-
- 7.1
12-
- 7.0
1311
install:
1412
- composer install
1513
before_script:
1614
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
1715
- chmod +x ./cc-test-reporter
1816
- ./cc-test-reporter before-build
1917
after_script:
20-
- if [[ $TRAVIS_PHP_VERSION = 7.* ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
18+
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)