Skip to content

Commit d1c1300

Browse files
Merge pull request #31 from ParsePlatform/richardross.travis.bundler.disable
Remove travis bundler caching to improve performance.
2 parents 9341924 + 1f7c64c commit d1c1300

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ branches:
33
- master
44
language: objective-c
55
osx_image: xcode6.4
6-
cache: bundler
76
env:
87
global:
98
- LC_CTYPE=en_US.UTF-8
@@ -14,7 +13,7 @@ env:
1413
- TEST_TYPE=deployment
1514
- TEST_TYPE=starters
1615
- TEST_TYPE=podspecs
17-
before_install:
16+
install:
1817
- bundle install
1918
script:
2019
- bundle exec rake test:$TEST_TYPE

0 commit comments

Comments
 (0)