Skip to content

Commit 1c6f2f2

Browse files
msohailhussainMichael Ng
authored andcommitted
ci(travis): adding FSC integration (#31)
1 parent 55fff0a commit 1c6f2f2

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.travis.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
language: go
2-
32
go:
43
- 1.12.x
54
- master
6-
75
git:
86
depth: 1
9-
107
script:
118
- go test -v -race ./...
9+
stages:
10+
- 'Integration tests'
11+
- 'Test'
12+
jobs:
13+
include:
14+
- stage: 'Integration Tests'
15+
merge_mode: replace
16+
env: SDK=go
17+
cache: false
18+
language: minimal
19+
install: skip
20+
before_script:
21+
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://[email protected]/optimizely/travisci-tools.git && popd
22+
script:
23+
- "$HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
24+
after_success: travis_terminate 0
25+

0 commit comments

Comments
 (0)