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 88 - name : ' Lint markdown files'
99 - ' Lint'
1010 - ' Unit test'
11- - ' Benchmark test'
11+ - ' Benchmark test'
1212 - ' Integration tests'
1313 - ' Source clear'
1414jobs :
@@ -62,15 +62,16 @@ jobs:
6262 - make benchmark
6363
6464 - 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
6669 before_script :
67- - mkdir -p $FSC_PATH
68- - pushd $FSC_PATH && git init && git fetch --depth=1 https://$CI_USER_TOKEN@github.com/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://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
7171 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+
7475 - stage : ' Source clear'
7576 env : GIMME_GO_VERSION=master GIMME_OS=linux GIMME_ARCH=amd64
7677 language : go
You can’t perform that action at this time.
0 commit comments