Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 460f483

Browse files
author
Kirill Fuchs
committed
removed test coverage setup, as it could not work
1 parent 9458966 commit 460f483

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.travis.yml

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
language: php
22
php:
33
- '7.0'
4+
- '7.1'
45
install:
5-
- composer install
6-
7-
env:
8-
global:
9-
- CC_TEST_REPORTER_ID=be1d1d2c8da85d1e40dc77a22661b8e73a6fa27fc3c406aac48d85b59d877400
10-
- GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
11-
before_script:
12-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
13-
- chmod +x ./cc-test-reporter
14-
script:
15-
- vendor/bin/phpunit --coverage-clover ./
16-
# Preferably you will run test-reporter on branch update events. But
17-
# if you setup travis to build PR updates only, you don't need to run
18-
# the line below
19-
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --prefix tests/coverage --exit-code $TRAVIS_TEST_RESULT; fi
20-
# In the case where travis is setup to build PR updates only,
21-
# uncomment the line below
22-
# - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
6+
- composer install

0 commit comments

Comments
 (0)