Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 1ddd35d

Browse files
committed
TEST git tag command output in travis
1 parent 77588a8 commit 1ddd35d

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
@@ -43,6 +43,8 @@ install:
4343
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
4444
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
4545
- stty cols 120 && composer show
46+
- git tag -l --format='%(taggerdate)' | head -n 1
47+
- git tag -l --format='%(refname:short) %(taggerdate)'
4648

4749
script:
4850
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi

0 commit comments

Comments
 (0)