Skip to content

Commit

Permalink
Change content of travis.currencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlion committed Apr 1, 2014
1 parent 8f11fd9 commit a2f1fa8
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions .travis.currencies.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
defaults: &defaults
currencies:
cny: 1
btc: 2
coins:
btc: http://username:[email protected]:18332

development:
<<: *defaults

test:
<<: *defaults

production:
<<: *defaults
- id: 1
key: renminbi
code: cny
coin: false
assets:
balance: 92343242.56
accounts:
-
bank: '招商银行'
address: '6225 0885 6022 3501'
password: '111111'
tel: '95555'
- id: 2
key: satoshi
code: btc
coin: true
rpc: http://username:[email protected]:18332
assets:
balance: 333333
accounts:
-
address: 1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp

0 comments on commit a2f1fa8

Please sign in to comment.