comment out xctool installation

This commit is contained in:
wing328 2016-12-07 18:39:45 +08:00
parent b7984e55a7
commit f781f1df5b

View File

@ -31,7 +31,8 @@ before_install:
- gem install xcpretty -N --no-ri --no-rdoc - gem install xcpretty -N --no-ri --no-rdoc
- pod --version - pod --version
- pod setup --silent > /dev/null - pod setup --silent > /dev/null
- brew install xctool # xctool already pre-installed
#- brew install xctool
- git clone https://github.com/wing328/swagger-samples - git clone https://github.com/wing328/swagger-samples
- cd swagger-samples/java/java-jersey-jaxrs && sudo mvn -q jetty:run & - cd swagger-samples/java/java-jersey-jaxrs && sudo mvn -q jetty:run &