File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 16
16
stages :
17
17
- basic
18
18
- advanced
19
- - versions
20
19
21
20
matrix :
22
21
include :
@@ -39,25 +38,8 @@ matrix:
39
38
node_js : " 10"
40
39
env :
41
40
NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
42
- stage : versions
43
- - os : osx
44
- node_js : " 10"
45
- env :
46
- NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
47
- stage : versions
48
- - os : linux
49
- node_js : " 8"
50
- env :
51
- NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
52
- stage : versions
53
- - os : linux
54
- node_js : " 6"
55
- env :
56
- NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
57
- stage : versions
41
+ stage : advanced
58
42
fast_finish : true
59
- allow_failures :
60
- - os : osx
61
43
62
44
install :
63
45
- yarn --frozen-lockfile
You can’t perform that action at this time.
0 commit comments