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

Commit

Permalink
TEST git tag command output in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Apr 3, 2018
1 parent 77588a8 commit 1ddd35d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ install:
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
- stty cols 120 && composer show
- git tag -l --format='%(taggerdate)' | head -n 1
- git tag -l --format='%(refname:short) %(taggerdate)'

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

0 comments on commit 1ddd35d

Please sign in to comment.