File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
email : false
25
25
26
26
- stage : ' Lint'
27
- env : GIMME_GO_VERSION=1.12 .x GIMME_OS=linux GIMME_ARCH=amd64
27
+ env : GIMME_GO_VERSION=1.13 .x GIMME_OS=linux GIMME_ARCH=amd64
28
28
script :
29
29
- make install lint
30
30
50
50
51
51
- << : *test
52
52
stage : ' Unit test'
53
- env : GIMME_GO_VERSION=1.12 .x
53
+ env : GIMME_GO_VERSION=1.13 .x
54
54
before_script :
55
55
- go get github.com/mattn/goveralls
56
56
after_success :
62
62
- make benchmark
63
63
64
64
- stage : ' Integration tests'
65
- env : GIMME_GO_VERSION=1.12 .x FSC_PATH="/tmp/fsc-repo"
65
+ env : GIMME_GO_VERSION=1.13 .x FSC_PATH="/tmp/fsc-repo"
66
66
before_script :
67
67
- mkdir -p $FSC_PATH
68
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
You can’t perform that action at this time.
0 commit comments