File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- before_script : composer install
3
2
php :
4
- - 5.6
5
- - 7.0
6
- - hhvm
3
+ - 5.6
4
+ - 7.0
5
+ - hhvm
6
+
7
+ before_script :
8
+ - composer install
9
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
10
+ - chmod +x ./cc-test-reporter
11
+ - export GIT_COMMIT_SHA=$TRAVIS_COMMIT
12
+ - export GIT_BRANCH=$TRAVIS_BRANCH
13
+ - ./cc-test-reporter before-build
14
+
15
+ script :
16
+ - vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
17
+
18
+ after_success :
19
+ - ./cc-test-reporter after-build --exit-code 0 --debug
20
+
7
21
notifications :
22
+ email : false
8
23
slack :
9
24
secure : WVnUU0fkZS75md3mm7B08SxhP3HDeHbJ8GTPR1DUVjK3MHAmKeSah/plNNxn9I/TdlXnHzQO5WBN33nUq0ODGGT4WFzFa66YTX2tb+bNSmewBOv82hEoITTI1PI9SLq0WNtcamHWCM3Rt1XtiZb3DQk/OcUfiWrrn74q4PPX+VY=
Original file line number Diff line number Diff line change 1
- # Keboola CSV reader/writer [ ![ Build Status] ( https://secure. travis-ci.org/keboola/php-csv.png )] ( http ://travis-ci.org/keboola/php-csv)
1
+ # Keboola CSV reader/writer [ ![ Build Status] ( https://travis-ci.org/keboola/php-csv.svg?branch=master )] ( https ://travis-ci.org/keboola/php-csv)
2
2
[ ![ Latest Stable Version] ( https://poser.pugx.org/keboola/csv/v/stable.svg )] ( https://packagist.org/packages/keboola/csv )
3
3
[ ![ License] ( https://poser.pugx.org/keboola/csv/license.svg )] ( https://packagist.org/packages/keboola/csv )
4
4
[ ![ Total Downloads] ( https://poser.pugx.org/keboola/csv/downloads.svg )] ( https://packagist.org/packages/keboola/csv )
Original file line number Diff line number Diff line change 29
29
},
30
30
"require-dev" : {
31
31
"phpunit/phpunit" : " ^5.7" ,
32
- "codeclimate/php-test-reporter" : " ^0.4" ,
33
32
"squizlabs/php_codesniffer" : " ^3.2"
34
33
}
35
34
}
Original file line number Diff line number Diff line change 7
7
convertWarningsToExceptions =" true"
8
8
processIsolation =" false"
9
9
stopOnFailure =" false"
10
- syntaxCheck =" false"
11
10
bootstrap =" tests/bootstrap.php" >
12
11
13
12
<testsuite name =" Main tests" >
You can’t perform that action at this time.
0 commit comments