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 e1ea245 commit ed6271cCopy full SHA for ed6271c
.travis.yml
@@ -36,7 +36,6 @@ deploy:
36
secure: DfUbGENVB2IK6bggZeI89zJizOCSUbYqMEpXYVjhlbP73c7a+s4P6MrmTk8BiLACBeoyaoQDHW06DTHuc3MzgadXcTsPxzdxmZmSHaNsmGuUUJPlBR44Ypw/6ZccILrMVowzMbgRSAvk63XEIaV18DwcDMQaMhYU9uPf2WNpHL4=
37
file:
38
- "releases/phpmetrics.phar"
39
- - "releases/phpmetrics.deb"
40
on:
41
repo: phpmetrics/PhpMetrics
42
tags: true
artifacts/Makefile
@@ -9,6 +9,6 @@ prepare-build:
9
@rm -Rf ${BUILD_DIR}
10
@mkdir ${BUILD_DIR}
11
12
-build: prepare-build build-phar build-deb
+build: prepare-build build-phar #build-deb
13
@sed -i -r "s/(v[0-9]+\.[0-9]+\.[0-9]+)/${CURRENT_TAG}/g" .github/ISSUE_TEMPLATE.md
14
0 commit comments