File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 8
8
- name : ' Lint markdown files'
9
9
- ' Lint'
10
10
- ' Unit test'
11
- - ' Benchmark test'
11
+ - ' Benchmark test'
12
12
- ' Integration tests'
13
13
- ' Source clear'
14
14
jobs :
@@ -62,15 +62,16 @@ jobs:
62
62
- make benchmark
63
63
64
64
- stage : ' Integration tests'
65
- env : GIMME_GO_VERSION=1.13.x FSC_PATH="/tmp/fsc-repo"
65
+ env : SDK=go SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
66
+ cache : false
67
+ language : minimal
68
+ install : skip
66
69
before_script :
67
- - mkdir -p $FSC_PATH
68
- -
pushd $FSC_PATH && git init && git fetch --depth=1 https://[email protected] /optimizely/fullstack-sdk-compatibility-suite ${FSC_BRANCH:-master} && git checkout FETCH_HEAD && popd
69
- install :
70
- - eval "$(gimme)"
70
+ -
mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://[email protected] /optimizely/travisci-tools.git && popd
71
71
script :
72
- - ./scripts/run-fsc-tests.sh -f "$FSC_PATH/features/" -d "$FSC_PATH/features/support/datafiles/" -t "$TAGS"
73
-
72
+ - $HOME/travisci-tools/trigger-script-with-status-update.sh
73
+ after_success : travis_terminate 0
74
+
74
75
- stage : ' Source clear'
75
76
env : GIMME_GO_VERSION=master GIMME_OS=linux GIMME_ARCH=amd64
76
77
language : go
You can’t perform that action at this time.
0 commit comments