Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit cb56b12

Browse files
authored
Added triggers for react native testapp (optimizely#381)
Summary: Added triggers to run react native Full stack tests on react native testapp.
1 parent 7c5a905 commit cb56b12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
- CLIENT=node $HOME/travisci-tools/trigger-script-with-status-update.sh
7474
- CLIENT=browser $HOME/travisci-tools/trigger-script-with-status-update.sh
7575
after_success: travis_terminate 0
76+
- <<: *integrationtest
77+
script:
78+
- CLIENT=react-native-android REPO_SLUG=optimizely/react-native-testapp $HOME/travisci-tools/trigger-script-with-status-update.sh
79+
- CLIENT=react-native-ios REPO_SLUG=optimizely/react-native-testapp $HOME/travisci-tools/trigger-script-with-status-update.sh
7680
- <<: *integrationtest
7781
stage: 'Benchmarking tests'
7882
env: FULLSTACK_TEST_REPO=Benchmarking

0 commit comments

Comments
 (0)