Travis CI: Remove now-unused $GEMDIR env var

[skip sauce]
This commit is contained in:
Chris Rebert 2016-03-07 04:36:59 -08:00
parent 2310002dc8
commit 1417f4cff6
1 changed files with 0 additions and 1 deletions

View 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