change testling firefox min version from 10 to 15
also change testling image to insecure url as an attempt to flush github cache
This commit is contained in:
parent
4b1b9d9cb6
commit
4f7077bad3
@ -1,7 +1,7 @@
|
|||||||
# bitcoinjs-lib
|
# bitcoinjs-lib
|
||||||
|
|
||||||
[](https://travis-ci.org/bitcoinjs/bitcoinjs-lib)
|
[](https://travis-ci.org/bitcoinjs/bitcoinjs-lib)
|
||||||
[](https://ci.testling.com/bitcoinjs/bitcoinjs-lib)
|
[](https://ci.testling.com/bitcoinjs/bitcoinjs-lib)
|
||||||
|
|
||||||
A pure JavaScript Bitcoin library for node.js and browsers. Backed by (slowly improving) testing, proven by over a million wallet users. The backbone for almost all Bitcoin web wallets in production today.
|
A pure JavaScript Bitcoin library for node.js and browsers. Backed by (slowly improving) testing, proven by over a million wallet users. The backbone for almost all Bitcoin web wallets in production today.
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
"browsers": [
|
"browsers": [
|
||||||
"ie/8..latest",
|
"ie/8..latest",
|
||||||
"chrome/20..latest",
|
"chrome/20..latest",
|
||||||
"firefox/10..latest",
|
"firefox/15..latest",
|
||||||
"safari/latest",
|
"safari/latest",
|
||||||
"opera/11.0..latest",
|
"opera/11.0..latest",
|
||||||
"iphone/6",
|
"iphone/6",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user