From f0c1492ef6a6ad17ef62d49cd671980742729783 Mon Sep 17 00:00:00 2001 From: Sergio Campamá Date: Tue, 14 Jun 2016 11:26:01 -0700 Subject: Add the CocoaPods integration tests to Travis. Also hotwires updating ruby as CocoaPods was crashing within a support library. Fixes #1619 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 86451edd..46abbb9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ env: - CONFIG=objectivec_ios_debug - CONFIG=objectivec_ios_release - CONFIG=objectivec_osx + - CONFIG=objectivec_cocoapods_integration - CONFIG=python - CONFIG=python_cpp - CONFIG=ruby19 @@ -67,6 +68,8 @@ matrix: env: CONFIG=objectivec_ios_release - os: linux env: CONFIG=objectivec_osx + - os: linux + env: CONFIG=objectivec_cocoapods_integration allow_failures: # These currently do not work on OS X but are being worked on by @haberman. - os: osx -- cgit v1.2.3