]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Travis CI: Remove now-unused $GEMDIR env var 19431/head
authorChris Rebert <github@chrisrebert.com>
Mon, 7 Mar 2016 12:36:59 +0000 (04:36 -0800)
committerChris Rebert <github@chrisrebert.com>
Mon, 7 Mar 2016 12:36:59 +0000 (04:36 -0800)
[skip sauce]

.travis.yml

index f87759abda01c5e7b64797f3b78a728dbf2a3e12..058a26aa4e7691fdfba444fdf03609825569a231 100644 (file)
@@ -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