Skip to content

Commit

Permalink
Fix the travis shallow clone issue (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
xRahul committed Oct 13, 2019
1 parent f102513 commit e962b5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: android
jdk: oraclejdk8
sudo: required
dist: precise

# Added to avoid shallow clone issue
git:
depth: false

addons:
sonarcloud:
organization: "xrahul-github" # the key of the org you chose at step #3
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
### Tech Stack

* React Native
* react-native-background-fetch
* react-native-background-task
* react-native-background-timer
* react-native-push-notification
* moment.js

Expand All @@ -52,7 +51,6 @@
* You would need android tools and java
* Generate a Key by following: [https://facebook.github.io/react-native/docs/signed-apk-android.html](https://facebook.github.io/react-native/docs/signed-apk-android.html)
* run `yarn` to install dependencies
* run `react-native link` to link the dependencies
* run on connected android device using: `react-native run-android`
* build the signed apks using: `cd android && ./gradlew assembleRelease`

Expand Down

0 comments on commit e962b5f

Please sign in to comment.