Skip to content

Commit f3e3d3e

Browse files
oakbanimsohailhussain
authored andcommitted
ci: Run FSC tests (#229)
* ci: Run FSC tests Co-authored-by: msohailhussain <[email protected]>
1 parent 952241f commit f3e3d3e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stages:
88
- name: 'Lint markdown files'
99
- 'Lint'
1010
- 'Unit test'
11-
- 'Benchmark test'
11+
- 'Benchmark test'
1212
- 'Integration tests'
1313
- 'Source clear'
1414
jobs:
@@ -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://[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
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

0 commit comments

Comments
 (0)