diff --git a/build.sh b/build.sh
index 6f468ccf2a42128d4c6bc53f1f9bfc7f0cf719d5..684fe4a26ea4052439a2acc395518e1e0f7b8444 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,8 @@
 #!/bin/bash
 
+if [[ "$TRAVIS_TAG" != null ]]; then
+    echo "This build will be published under the tag ${TRAVIS_TAG}"
+fi
+
 (cd gateway && ./build.sh)
 (cd watchdog && ./build.sh)