Skip to content

Commit a0f3a51

Browse files
juancarlostongjaeopt
authored andcommitted
ci(travis): pod install no longer updates (#254)
need to do it as a separate step
1 parent 5c257f7 commit a0f3a51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Scripts/run_prep.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function do_stuff {
4444
trap 'error_handler' ERR
4545

4646
# we need pod install or test_all.sh fails
47+
pod repo update
4748
pod install
4849

4950
myscripts=( "update_version.sh ${VERSION}" "build_all.sh" "test_all.sh" )

0 commit comments

Comments
 (0)