Skip to content

Commit

Permalink
TravisCI was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yoalex5 committed Apr 5, 2021
1 parent 6dfc56a commit 2313829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
after_script:
- "./scripts/remove-key.sh"
script:
- "./scripts/buildPrebidMobile.sh"
- "./scripts/buildPrebidMobile.sh <<< $'y\n'"
- "./scripts/testPrebidMobile.sh"
- "./scripts/testPrebidDemo.sh"
# - "./scripts/swiftLint.sh"
2 changes: 2 additions & 0 deletions scripts/buildPrebidMobile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ if [ "$bitcodeAnswer" != "${bitcodeAnswer#[Yy]}" ] ;then
BITCODE_FLAG="bitcode"
fi

echo -n "BITCODE_FLAG: $BITCODE_FLAG"

echo $PWD
gem install cocoapods --user-install
pod install --repo-update
Expand Down

0 comments on commit 2313829

Please sign in to comment.