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 cdfbe43 commit 7b3750aCopy full SHA for 7b3750a
.travis.yml
@@ -27,7 +27,6 @@ stages:
27
- name: 'Lint markdown files'
28
- 'Lint'
29
- 'Integration tests'
30
- - 'Benchmarking tests'
31
- 'Cross-browser and umd unit tests'
32
- 'Test'
33
- 'Test sub packages'
@@ -77,9 +76,6 @@ jobs:
77
76
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
83
- stage: Cross-browser and umd unit tests
84
node_js: '8'
85
script: npm run test-ci
0 commit comments