aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Ibrahim Ulukaya <ulukaya@gmail.com>2017-09-10 14:57:56 -0400
committerGravatar GitHub <noreply@github.com>2017-09-10 14:57:56 -0400
commite8cf906d21501513f53666a34d4c4eb3e95bef6e (patch)
treeea20975f898c4d1f78c594fc7820bab0c572d547 /.travis.yml
parent187c762137474370991116d2438037ceb22798b8 (diff)
update travis script (#136)
* update travis script * update travis script * update bundles
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