Skip to content

Commit

Permalink
lint banks and add 6.x node version to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linda-rian committed Nov 5, 2016
1 parent fa50ebf commit 6db85b1
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 39 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- "6"
- "5"
- "4"
4 changes: 2 additions & 2 deletions banks/ir/eghtesadnovin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "http://www.enbank.ir/",
"color": "#b42728",
"prefixes": [
639194,
627412,
627884
627884,
639194
]
}
4 changes: 2 additions & 2 deletions banks/ir/exportdevelopment.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://www.edbi.ir/",
"color": "#006000",
"prefixes": [
627648,
207177
207177,
627648
]
}
4 changes: 2 additions & 2 deletions banks/ir/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = [
require('./day'),
require('./central'),
require('./ansar'),
require('./central'),
require('./day'),
require('./eghtesadnovin'),
require('./exportdevelopment'),
require('./ghavamin'),
Expand Down
4 changes: 2 additions & 2 deletions banks/ir/karafarin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "http://www.karafarinbank.ir/",
"color": "#1f764c",
"prefixes": [
627488,
502910
502910,
627488
]
}
4 changes: 2 additions & 2 deletions banks/ir/keshavarzi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "http://www.bki.ir/",
"color": "#005902",
"prefixes": [
639217,
603770
603770,
639217
]
}
4 changes: 2 additions & 2 deletions banks/ir/pasargad.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "http://bpi.ir/",
"color": "#ffc41e",
"prefixes": [
639347,
502229
502229,
639347
]
}
4 changes: 2 additions & 2 deletions banks/ir/shahr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "http://shahr-bank.ir/",
"color": "#ed1b24",
"prefixes": [
504706,
502806
502806,
504706
]
}
4 changes: 2 additions & 2 deletions banks/ir/tejarat.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "http://www.tejaratbank.ir/",
"color": "#2f4a98",
"prefixes": [
627353,
585983
585983,
627353
]
}
1 change: 1 addition & 0 deletions banks/ru/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = [
require('./akbarsbank'),
require('./alfabank'),
require('./avangard'),
require('./citibank'),
require('./gazprombank'),
require('./mdm'),
Expand Down
4 changes: 2 additions & 2 deletions banks/ru/promsvyazbank.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"prefixes": [
411791,
447818,
472345,
520373,
554759,
554781,
472345
554781
]
}
2 changes: 2 additions & 0 deletions banks/us/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ module.exports = [
require('./hsbc'),
require('./jpmorganchase'),
require('./metabank'),
require('./navyfederal'),
require('./payoneer'),
require('./suntrust'),
require('./tdbank'),
require('./wellsfargo')
];
28 changes: 14 additions & 14 deletions banks/us/navyfederal.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "navyfederal",
"country": "us",
"localTitle": "Navy Federal Credit Union",
"engTitle": "Navy Federal Credit Union",
"url": "https://www.navyfederal.org",
"color": "#0f4471",
"prefixes": [
406041,
400022,
406095,
406315,
403216
]
}
"name": "navyfederal",
"country": "us",
"localTitle": "Navy Federal Credit Union",
"engTitle": "Navy Federal Credit Union",
"url": "https://www.navyfederal.org",
"color": "#0f4471",
"prefixes": [
400022,
403216,
406041,
406095,
406315
]
}
14 changes: 7 additions & 7 deletions banks/us/suntrust.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"url": "https://www.suntrust.com",
"color": "#ef7622",
"prefixes": [
553693,
546540,
442505,
451805,
486560,
519667,
519669,
442505,
553694,
546540,
552393,
557621,
451805,
486560
553693,
553694,
557621
]
}

0 comments on commit 6db85b1

Please sign in to comment.