File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ git :
2+ depth : false # we need this to make proper releases
3+
4+ branches :
5+ only :
6+ - master
7+ - /^release\/.+$/
8+ - /^major\/.+$/
9+
10+ install : yarn --ignore-engines --ignore-scripts
11+ os : linux
12+
13+ language : node_js
14+ dist : bionic
15+
16+ cache :
17+ yarn : true
18+ directories :
19+ - node_modules
20+
21+ jobs :
22+ include :
23+ - name : ' @sentry/packages - build and test [node v6]'
24+ node_js : ' 6'
25+ script : scripts/test.sh
26+ - name : ' @sentry/packages - build and test [node v8]'
27+ node_js : ' 8'
28+ script : scripts/test.sh
29+ - name : ' @sentry/packages - build and test [node v10]'
30+ node_js : ' 10'
31+ script : scripts/test.sh
32+ - name : ' @sentry/packages - build and test [node v12]'
33+ node_js : ' 12'
34+ script : scripts/test.sh
35+ - name : ' @sentry/packages - build and test [node v14]'
36+ node_js : ' 14'
37+ script : scripts/test.sh
You can’t perform that action at this time.
0 commit comments