File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ branches:
5
5
only :
6
6
- master
7
7
- /^release\/.+$/
8
- - /^major\/.+$/
9
- - 4.x
10
8
11
9
install : true
12
10
sudo : required
@@ -21,12 +19,10 @@ cache:
21
19
22
20
jobs :
23
21
include :
22
+ - stage : Test
24
23
- name : ' @sentry/packages - build + lint + test + codecov + danger [node v8]'
25
24
node_js : ' 8'
26
25
script : scripts/danger.sh
27
- - name : ' @sentry/packages - pack and zeus upload'
28
- node_js : ' 8'
29
- script : scripts/pack-and-upload.sh || [[ ! "$TRAVIS_BRANCH" =~ ^release/ ]]
30
26
- name : ' @sentry/packages - build and test [node v6]'
31
27
node_js : ' 6'
32
28
script : scripts/test.sh
39
35
chrome : stable
40
36
firefox : latest
41
37
script : scripts/browser-integration.sh
42
- - name : ' @sentry/browser - SauceLabs tests'
43
- if : fork = false
44
- node_js : ' 8'
45
- addons :
46
- sauce_connect : true
47
- script : scripts/browser-saucelabs.sh
48
- - name : ' raven-js - unit and integration tests'
49
- if : branch = 4.x
50
- node_js : ' 8'
51
- addons :
52
- chrome : stable
53
- firefox : latest
54
- script : scripts/raven-js.sh
55
38
- name : ' raven-node [node v4]'
56
39
if : branch = 4.x
57
40
node_js : ' 4'
68
51
if : branch = 4.x
69
52
node_js : ' 10'
70
53
script : scripts/raven-node.sh
54
+ - name : ' raven-js - unit and integration tests'
55
+ if : branch = 4.x
56
+ node_js : ' 8'
57
+ addons :
58
+ chrome : stable
59
+ firefox : latest
60
+ script : scripts/raven-js.sh
61
+ - stage : Saucelabs
62
+ - name : ' @sentry/browser - SauceLabs tests'
63
+ if : fork = false
64
+ node_js : ' 8'
65
+ addons :
66
+ sauce_connect : true
67
+ script : scripts/browser-saucelabs.sh
68
+ - stage : Deploy
69
+ - name : ' @sentry/packages - pack and zeus upload'
70
+ node_js : ' 8'
71
+ script : scripts/pack-and-upload.sh || [[ ! "$TRAVIS_BRANCH" =~ ^release/ ]]
71
72
72
73
notifications :
73
74
webhooks :
You can’t perform that action at this time.
0 commit comments