mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
fix travis rvm issue
This commit is contained in:
parent
dea387ae1b
commit
c132b1d365
|
@ -5,9 +5,10 @@ git:
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "4"
|
||||||
- "stable"
|
- "stable"
|
||||||
rvm:
|
|
||||||
- 2.2.2
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- rvm install 2.2.2
|
||||||
|
- rvm use 2.2.2 --fuzzy
|
||||||
|
- export GEMDIR=$(rvm gemdir)
|
||||||
- npm install -g npm@3
|
- npm install -g npm@3
|
||||||
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
|
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
|
||||||
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export BMD_DO_VALIDATOR=$?; true
|
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export BMD_DO_VALIDATOR=$?; true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user