We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5a905 commit cb56b12Copy full SHA for cb56b12
.travis.yml
@@ -73,6 +73,10 @@ jobs:
73
- CLIENT=node $HOME/travisci-tools/trigger-script-with-status-update.sh
74
- CLIENT=browser $HOME/travisci-tools/trigger-script-with-status-update.sh
75
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
80
- <<: *integrationtest
81
stage: 'Benchmarking tests'
82
env: FULLSTACK_TEST_REPO=Benchmarking
0 commit comments