From e8cf906d21501513f53666a34d4c4eb3e95bef6e Mon Sep 17 00:00:00 2001 From: Ibrahim Ulukaya Date: Sun, 10 Sep 2017 14:57:56 -0400 Subject: update travis script (#136) * update travis script * update travis script * update bundles --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index dac7676..22b130c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ cache: rvm: 2.3.1 before_install: - - gem uninstall cocoapods -a - - gem install cocoapods -v 1.3.1 # Since Travis is not always on latest version + - open -a "simulator" --args -CurrentDeviceUDID ABBD7191-486B-462F-80B4-AE08C5820DA1 + - bundle install - gem install xcpretty - - pod install --project-directory=Example --repo-update + - bundle exec pod install --project-directory=Example --repo-update script: - "! git grep ' $'" # Fail on trailing whitespace -- cgit v1.2.3