Skip to content

Commit 0410133

Browse files
committed
updating travis script
1 parent 0fc3c91 commit 0410133

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ before_deploy:
2626

2727
after_deploy:
2828
- >
29-
if ! [ "$AFTER_DEPLOY_RUN" ]; then
30-
export AFTER_DEPLOY_RUN=1;
31-
./Tools/triggerRondo.sh;
32-
version=`cat sdk-version.txt`; if [[ $version != *"beta"* ]]; then ./Tools/triggerRN.sh; fi;
33-
fi
29+
./Tools/triggerRondo.sh;
30+
version=`cat sdk-version.txt`; if [[ $version != *"beta"* ]]; then ./Tools/triggerRN.sh; fi;
3431
3532
deploy:
3633
- provider: script

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0-beta1
1+
3.2.0-beta2

0 commit comments

Comments
 (0)