Skip to content

Commit

Permalink
Because travis wont let me output too much
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Dec 12, 2018
1 parent bcdb0b1 commit 65407f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -22,6 +22,7 @@ before_install:
install:
- nvm install 8.3 --reinstall-packages-from=node
- npm install -g react-native-cli
- gem install xcpretty

script:
- react-native init AwesomeProject
Expand All @@ -32,7 +33,7 @@ script:
- cd android
- ./gradlew assembleDebug
- cd ../ios
- xcrun xcodebuild -project AwesomeProject.xcodeproj -scheme AwesomeProject -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- xcrun xcodebuild -project AwesomeProject.xcodeproj -scheme AwesomeProject -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty

before_deploy:
- cd ../..
Expand Down

0 comments on commit 65407f1

Please sign in to comment.