Skip to content

Commit 611421e

Browse files
committed
Update .travis.yml
1 parent 98885b2 commit 611421e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ rvm:
1212
before_install:
1313
- (ruby --version)
1414

15-
gemfile:
16-
- Gemfile
17-
1815
script:
16+
- bundle install --jobs=3 --retry=3
1917
- bundle exec rake spec
2018

2119
jobs:
@@ -24,6 +22,7 @@ jobs:
2422
os: osx
2523
osx_image: xcode10.2
2624
language: objective-c
25+
rvm: 2.4.5 # pre-installed in image
2726
cache:
2827
bundler: false
2928
script:

0 commit comments

Comments
 (0)