This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : " node_js"
3
3
node_js :
4
- - " 0.10"
5
- - " 0.12"
6
4
- " 4"
7
5
- " 6"
8
6
env :
14
12
- " node_modules"
15
13
before_install :
16
14
- " npm -g install npm@latest"
17
- - " curl -Lo travis_after_all.py https://raw.githubusercontent.com/dmakhno/travis_after_all/master/travis_after_all.py"
18
- after_success : # travis_after_all.py is needed due to travis-ci/travis-ci#1548 & travis-ci/travis-ci#929
19
- - " python travis_after_all.py"
20
- - " export $(cat .to_export_back)"
15
+ after_success :
21
16
- " npm run semantic-release || true"
Original file line number Diff line number Diff line change 17
17
"url" : " https://github.com/apiaryio/gavel2html.git"
18
18
},
19
19
"dependencies" : {
20
- "clone" : " ^1.0.2 " ,
20
+ "clone" : " ^2.1.1 " ,
21
21
"googlediff" : " ^0.1.0" ,
22
22
"is-type" : " ~0.0.1" ,
23
- "json-pointer" : " ^0.5 .0" ,
23
+ "json-pointer" : " ^0.6 .0" ,
24
24
"traverse" : " ^0.6.6"
25
25
},
26
26
"devDependencies" : {
27
27
"chai" : " ^3.5.0" ,
28
- "coffee-script" : " ^1.8.0 " ,
29
- "coffeeify" : " ^2.0.1 " ,
30
- "coffeelint" : " ^1.15.7 " ,
31
- "cz-conventional-changelog" : " ^1.1.6 " ,
32
- "mocha" : " ^3.0.2 " ,
33
- "mochify" : " ^2.18.0 " ,
34
- "semantic-release" : " ^4 .3.5 "
28
+ "coffee-script" : " ^1.12.5 " ,
29
+ "coffeeify" : " ^2.1.0 " ,
30
+ "coffeelint" : " ^1.16.0 " ,
31
+ "cz-conventional-changelog" : " ^2.0.0 " ,
32
+ "mocha" : " ^3.3.0 " ,
33
+ "mochify" : " ^3.1.1 " ,
34
+ "semantic-release" : " ^6 .3.2 "
35
35
},
36
36
"keywords" : [
37
37
" html" ,
You can’t perform that action at this time.
0 commit comments