From: Chris Rebert Date: Mon, 7 Mar 2016 12:36:59 +0000 (-0800) Subject: Travis CI: Remove now-unused $GEMDIR env var X-Git-Tag: v4.0.0-alpha.3~166^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1417f4cff6712942ae65ebe029f2da1e14c5d26d;p=thirdparty%2Fbootstrap.git Travis CI: Remove now-unused $GEMDIR env var [skip sauce] --- diff --git a/.travis.yml b/.travis.yml index f87759abda..058a26aa4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ before_install: - export PATH=$(python -c 'from sys import argv;from collections import OrderedDict as od;print(":".join(od((p,None) for p in argv[1].split(":") if p.startswith("/")).keys()))' "$PATH") - rvm install 2.2 - rvm use 2.2 --fuzzy - - export GEMDIR=$(rvm gemdir) - npm install -g npm@3 - "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\"" - echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export TWBS_DO_VALIDATOR=$?; true