Skip to content

Commit 40ab960

Browse files
committed
Use cocoapods 1.0.0.beta.5 on travis
1 parent f732aa4 commit 40ab960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ before_install:
2929
echo Carthage not installed. Installing using homebrew;
3030
brew install carthage;
3131
fi
32-
- gem install cocoapods -v 1.0.0.beta.4
32+
- gem install cocoapods -v 1.0.0.beta.5
3333
install:
34-
- pod _1.0.0.beta.4_ install
34+
- pod _1.0.0.beta.5_ install
3535
script:
3636
- set -o pipefail
3737
- xcodebuild -version

0 commit comments

Comments
 (0)