File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
- cache :
4
- directories :
5
- - node_modules
6
3
notifications :
7
4
email : false
8
5
node_js :
9
6
- 6
10
7
- 8
11
8
- 10
12
9
matrix :
13
- fast_finish : true
10
+ fast_finish : true
14
11
script : npm run travis
15
12
before_install :
16
13
- npm i -g npm
17
- after_success :
18
- - npx semantic-release
19
14
branches :
20
15
except :
21
16
- /^v\d+\.\d+\.\d+$/
17
+ jobs :
18
+ include :
19
+ - stage : release
20
+ node_js : 10
21
+ script : curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
22
+ if : branch = master
Original file line number Diff line number Diff line change 25
25
"express" : " ^4.15.2" ,
26
26
"pelias-mock-logger" : " ^1.3.0" ,
27
27
"proxyquire" : " ^2.0.0" ,
28
- "semantic-release" : " ^15.4.1" ,
29
28
"tap-dot" : " ^2.0.0" ,
30
29
"tape" : " ^4.6.3"
31
30
},
You can’t perform that action at this time.
0 commit comments