We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f732aa4 commit 40ab960Copy full SHA for 40ab960
.travis.yml
@@ -29,9 +29,9 @@ before_install:
29
echo Carthage not installed. Installing using homebrew;
30
brew install carthage;
31
fi
32
- - gem install cocoapods -v 1.0.0.beta.4
+ - gem install cocoapods -v 1.0.0.beta.5
33
install:
34
- - pod _1.0.0.beta.4_ install
+ - pod _1.0.0.beta.5_ install
35
script:
36
- set -o pipefail
37
- xcodebuild -version
0 commit comments