File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 21
21
* .swp
22
22
.ruby-version
23
23
.ruby-gemset
24
+ vendor /bundle
Original file line number Diff line number Diff line change @@ -2,18 +2,17 @@ language: ruby
2
2
3
3
sudo : false
4
4
5
- cache :
6
- bundler : true
7
-
8
5
rvm :
9
6
- 1.9.3
10
7
- 2.0.0
11
8
- 2.2
12
9
- ruby-head
13
10
- rbx-2
14
11
15
- install :
16
- - bundle install --retry=3
12
+ install : bundle install --path=vendor/bundle --retry=3 --jobs=3
13
+ cache :
14
+ directories :
15
+ - vendor/bundle
17
16
18
17
script :
19
18
- env CAPTURE_STDERR=${CAPTURE_STDERR:-false} bundle exec rake ci
Original file line number Diff line number Diff line change @@ -11,14 +11,17 @@ environment:
11
11
- ruby_version : " 21"
12
12
- ruby_version : " 21-x64"
13
13
14
+ cache :
15
+ - vendor/bundle
16
+
14
17
install :
15
18
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
16
19
- ruby --version
17
20
- gem --version
18
21
- gem install bundler
19
22
- bundler --version
20
23
- bundle platform
21
- - bundle install --retry=3
24
+ - bundle install --path=vendor/bundle -- retry=3 --jobs =3
22
25
23
26
test_script :
24
27
- bundle exec rake ci
You can’t perform that action at this time.
0 commit comments