Skip to content

Commit

Permalink
fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tooxo committed Jul 5, 2020
1 parent 5d16e0a commit 2fa42b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ jobs:
- git tag TRAVIS_TAG
script:
- flutter/bin/flutter build ios --release --no-codesign
- mv -R build/ios/iphoneos/SaufApp.app ./normal/SaufApp.app
- mv build/ios/iphoneos/SaufApp.app ./normal/SaufApp.app
- sed -i .bak "s|const bool ADS_ENABLED_BUQF1EVY = true;|const bool ADS_ENABLED_BUQF1EVY = false;|g" ./lib/main.dart
- flutter/bin/flutter build ios --release --no-codesign
- mv -R build/ios/iphoneos/SaufApp.app ./noads/SaufApp.app
- mv build/ios/iphoneos/SaufApp.app ./noads/SaufApp.app
before_cache:
- brew cleanup
cache:
Expand Down

0 comments on commit 2fa42b6

Please sign in to comment.