aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-08-17 09:47:18 +0200
committerTristan Gingold <tgingold@free.fr>2017-08-17 09:47:18 +0200
commit4c80a688380e961ae08a05dbc30acb44cf58e8c5 (patch)
tree1f71d400f02bff33cf729bf07102a0f42fa9ad9d /dist
parent26aec0ca4c56c92c10beb111367f7cb72cc38d20 (diff)
downloadghdl-4c80a688380e961ae08a05dbc30acb44cf58e8c5.tar.gz
ghdl-4c80a688380e961ae08a05dbc30acb44cf58e8c5.tar.bz2
ghdl-4c80a688380e961ae08a05dbc30acb44cf58e8c5.zip
travis: add fold around env.
Diffstat (limited to 'dist')
-rwxr-xr-xdist/linux/travis-ci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/linux/travis-ci.sh b/dist/linux/travis-ci.sh
index 14bae636a..9b3e518da 100755
--- a/dist/linux/travis-ci.sh
+++ b/dist/linux/travis-ci.sh
@@ -5,8 +5,10 @@
#disable_color
# Display env (to debug)
+echo -en "travis_fold:start:travis_env\r"
printf "$ANSI_YELLOW[TRAVIS] Travis environment $ANSI_NOCOLOR\n"
env | grep TRAVIS
+echo -en "travis_fold:end:travis_env\r"
PKG_SHORTCOMMIT="$(printf $TRAVIS_COMMIT | cut -c1-10)"
PKG_VER=`grep Ghdl_Ver src/version.in | sed -e 's/.*"\(.*\)";/\1/'`