Add silly build status image, remove colors from CI output
All checks were successful
Gitea - aviat/ion/master This commit looks good
All checks were successful
Gitea - aviat/ion/master This commit looks good
This commit is contained in:
parent
69c3f0354e
commit
68914d22c4
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -14,7 +14,7 @@ pipeline {
|
||||
sh 'apk add --no-cache php7-phpdbg'
|
||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||
sh 'php composer.phar install --ignore-platform-reqs'
|
||||
sh 'php composer.phar run-script coverage -- --coverage-text'
|
||||
sh 'php composer.phar run-script coverage -- --coverage-text --colors=never'
|
||||
}
|
||||
}
|
||||
stage('PHP 7.1') {
|
||||
@ -30,7 +30,7 @@ pipeline {
|
||||
sh 'apk add --no-cache php7-phpdbg'
|
||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||
sh 'php composer.phar install --ignore-platform-reqs'
|
||||
sh 'php composer.phar run-script coverage -- --coverage-text'
|
||||
sh 'php composer.phar run-script coverage -- --coverage-text --colors=never'
|
||||
}
|
||||
}
|
||||
stage('PHP 7.2') {
|
||||
@ -46,7 +46,7 @@ pipeline {
|
||||
sh 'apk add --no-cache php7-phpdbg'
|
||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||
sh 'php composer.phar install --ignore-platform-reqs'
|
||||
sh 'php composer.phar run-script coverage -- --coverage-text'
|
||||
sh 'php composer.phar run-script coverage -- --coverage-text --colors=never'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
# Ion
|
||||
|
||||
[![build status](https://git.timshomepage.net/aviat/ion/badges/master/build.svg)](https://git.timshomepage.net/aviat/ion/commits/master)
|
||||
[![coverage report](https://git.timshomepage.net/aviat/ion/badges/master/coverage.svg)](https://git.timshomepage.net/aviat/ion/commits/master)
|
||||
|
||||
[![Build Status](https://travis-ci.org/timw4mail/ion.svg?branch=master)](https://travis-ci.org/timw4mail/ion)
|
||||
[![Build Status](https://jenkins.timshomepage.net/buildStatus/icon?job=Gitea%20-%20aviat/ion/master)](https://jenkins.timshomepage.net/job/Gitea%20-%20aviat/ion/master)
|
||||
|
||||
Ion is a set of helpful PHP libraries for general web development
|
Loading…
Reference in New Issue
Block a user