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 6
6
- name : ' Lint markdown files'
7
7
- name : ' Trigger Integration Tests'
8
8
if : env(RUN_COMPAT_SUITE) = true
9
- - name : ' Benchmarking tests'
10
9
- name : ' SourceClear and Lint'
11
10
- name : ' Unit Tests'
12
11
- name : ' Prepare for release'
37
36
- mdspell -a -n -r --en-us '**/*.md'
38
37
after_success : skip
39
38
40
- - &integrationtest
41
- stage : ' Trigger Integration Tests'
39
+ - stage : ' Trigger Integration Tests'
42
40
language : minimal
43
41
os : linux
44
42
env :
51
49
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
52
50
script :
53
51
- $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
58
52
59
53
- stage : ' SourceClear and Lint'
60
54
language : swift
You can’t perform that action at this time.
0 commit comments