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

Commit

Permalink
Added triggers for react native testapp (optimizely#381)
Browse files Browse the repository at this point in the history
Summary:

Added triggers to run react native Full stack tests on react native testapp.
  • Loading branch information
zashraf1985 authored May 6, 2020
1 parent 7c5a905 commit cb56b12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
- CLIENT=node $HOME/travisci-tools/trigger-script-with-status-update.sh
- CLIENT=browser $HOME/travisci-tools/trigger-script-with-status-update.sh
after_success: travis_terminate 0
- <<: *integrationtest
script:
- CLIENT=react-native-android REPO_SLUG=optimizely/react-native-testapp $HOME/travisci-tools/trigger-script-with-status-update.sh
- CLIENT=react-native-ios REPO_SLUG=optimizely/react-native-testapp $HOME/travisci-tools/trigger-script-with-status-update.sh
- <<: *integrationtest
stage: 'Benchmarking tests'
env: FULLSTACK_TEST_REPO=Benchmarking
Expand Down

0 comments on commit cb56b12

Please sign in to comment.