Skip to content

Commit 07c3f42

Browse files
author
Ilon Sjögren
committed
Should output commit, branch and tag being built
1 parent 4f73f39 commit 07c3f42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ install:
1313
; unzip terraform_${TERRAFORM}_linux_amd64.zip ; sudo install -m 755 terraform /usr/local/bin/terraform)"
1414
- pip install -r test_requirements.txt
1515
before_script:
16+
- echo "Building $TRAVIS_COMMIT $TRAVIS_BRANCH ($TRAVIS_TAG)"
1617
- make package
1718
script:
1819
- travis_retry make test

0 commit comments

Comments
 (0)