Skip to content

Commit 470d0e1

Browse files
committed
Install bundler v2.0.1 before run test with Xcode10.1 image on travis CI
1 parent ff71a38 commit 470d0e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ matrix:
3131
include:
3232
- <<: *testing_xcode
3333
osx_image: xcode10.1
34+
install: gem install bundler -v 2.0.1
3435

3536
- <<: *testing_xcode
3637
osx_image: xcode10.2
@@ -48,4 +49,4 @@ matrix:
4849
env: SWIFT_VERSION=5.0
4950

5051
notifications:
51-
email: false
52+
email: false

0 commit comments

Comments
 (0)