Skip to content

Commit e962b5f

Browse files
authored
Fix the travis shallow clone issue (#121)
1 parent f102513 commit e962b5f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: android
22
jdk: oraclejdk8
33
sudo: required
44
dist: precise
5+
6+
# Added to avoid shallow clone issue
7+
git:
8+
depth: false
9+
510
addons:
611
sonarcloud:
712
organization: "xrahul-github" # the key of the org you chose at step #3

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
### Tech Stack
3838

3939
* React Native
40-
* react-native-background-fetch
41-
* react-native-background-task
40+
* react-native-background-timer
4241
* react-native-push-notification
4342
* moment.js
4443

@@ -52,7 +51,6 @@
5251
* You would need android tools and java
5352
* 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)
5453
* run `yarn` to install dependencies
55-
* run `react-native link` to link the dependencies
5654
* run on connected android device using: `react-native run-android`
5755
* build the signed apks using: `cd android && ./gradlew assembleRelease`
5856

0 commit comments

Comments
 (0)