diff options
| author | Chris Rebert <[email protected]> | 2016-03-07 04:36:59 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-07 04:36:59 -0800 |
| commit | 1417f4cff6712942ae65ebe029f2da1e14c5d26d (patch) | |
| tree | 6df314e2b1bb31396bf69c9d93809df76fb27281 | |
| parent | 2310002dc8e6e389906a9524af94c304dd354f85 (diff) | |
| download | bootstrap-1417f4cff6712942ae65ebe029f2da1e14c5d26d.tar.xz bootstrap-1417f4cff6712942ae65ebe029f2da1e14c5d26d.zip | |
Travis CI: Remove now-unused $GEMDIR env var
[skip sauce]
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f87759abd..058a26aa4 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 |
