We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e67f1c commit 29ae7beCopy full SHA for 29ae7be
.travis.yml
@@ -72,10 +72,6 @@ jobs:
72
- CLIENT=node $HOME/travisci-tools/trigger-script-with-status-update.sh
73
- CLIENT=browser $HOME/travisci-tools/trigger-script-with-status-update.sh
74
after_success: travis_terminate 0
75
- - <<: *integrationtest
76
- script:
77
- - CLIENT=react-native-android REPO_SLUG=optimizely/react-native-testapp $HOME/travisci-tools/trigger-script-with-status-update.sh
78
- - CLIENT=react-native-ios REPO_SLUG=optimizely/react-native-testapp $HOME/travisci-tools/trigger-script-with-status-update.sh
79
- stage: Cross-browser and umd unit tests
80
node_js: '8'
81
script: npm run test-ci
0 commit comments