Skip to content

Commit 9965a2f

Browse files
committed
Add php-semver-checker-git to travis after_script.
php-semver-checker-git will provide a suggested semantic version for the current set of changes since the last tag.
1 parent 6a27ce6 commit 9965a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ script:
1616
after_script:
1717
- wget https://scrutinizer-ci.com/ocular.phar
1818
- php ocular.phar code-coverage:upload --format=php-clover log/coverage.xml
19+
- wget https://tomzx.github.io/php-semver-checker-git/php-semver-checker-git.phar
20+
- php php-semver-checker-git.phar suggest src src --allow-detached -vvv

0 commit comments

Comments
 (0)