aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
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