File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 66 - name : ' Lint markdown files'
77 - name : ' Trigger Integration Tests'
88 if : env(RUN_COMPAT_SUITE) = true
9- - name : ' Benchmarking tests'
109 - name : ' SourceClear and Lint'
1110 - name : ' Unit Tests'
1211 - name : ' Prepare for release'
3736 - mdspell -a -n -r --en-us '**/*.md'
3837 after_success : skip
3938
40- - &integrationtest
41- stage : ' Trigger Integration Tests'
39+ - stage : ' Trigger Integration Tests'
4240 language : minimal
4341 os : linux
4442 env :
5149 - mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
5250 script :
5351 - $HOME/travisci-tools/trigger-script-with-status-update.sh
54-
55- - << : *integrationtest
56- stage : ' Benchmarking tests'
57- env : SDK=swift FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5852
5953 - stage : ' SourceClear and Lint'
6054 language : swift
You can’t perform that action at this time.
0 commit comments