8000 use dev rvm; enable rvm debug · liuwenye2010/bootstrap@565adaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 565adaa

Browse files
committed
use dev rvm; enable rvm debug
1 parent e709806 commit 565adaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ node_js:
66
- "4"
77
- "stable"
88
before_install:
9-
- "\\curl -sSL https://get.rvm.io | bash -s stable"
9+
- "\\curl -sSL https://get.rvm.io | bash"
10+
- "rvm get head"
1011
- "rvm reload"
1112
- "rvm -v"
1213
- "echo $PATH"
1314
- "which curl || true"
1415
- "ls -l /usr/bin/curl || true"
15-
- rvm install 2.2
16+
- "rvm --debug install 2.2"
1617
- rvm use 2.2 --fuzzy
1718
- export GEMDIR=$(rvm gemdir)
1819
- npm install -g npm@3

0 commit comments

Comments
 (0)
0