Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
better way to keep pods up to date, I hope…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero Herkenrath committed Mar 2, 2017
1 parent 581c5fe commit fc8317e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ before_install:
- export IOS_SIMULATOR_UDID=`instruments -s devices | grep "iPhone SE (10.1" | awk -F '[ ]' '{print $4}' | awk -F '[\[]' '{print $2}' | sed 's/.$//'`
- echo $IOS_SIMULATOR_UDID
- open -a "simulator" --args -CurrentDeviceUDID $IOS_SIMULATOR_UDID
- pod repo update

install:
- bundle install
- bundle exec pod repo update --silent
- bundle exec pod install --project-directory=Example

script:
Expand Down

0 comments on commit fc8317e

Please sign in to comment.