Skip to content

Commit

Permalink
need to copy config template now for node.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiggzz committed Feb 12, 2015
1 parent 595c5a5 commit 58dedd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ install:
before_script:
- 'mysql -e "create database if not exists downstream;" -u root'
- "cd node"
- "cp downstream_node/config.template.py downstream_node/config.py"
- "python runapp.py --initdb"
- "python runapp.py --generate-chunk 32768"
- 'mysql downstream -e "insert into addresses (address, crowdsale_balance) values (''19qVgG8C6eXwKMMyvVegsi3xCsKyk3Z3jV'',10000);" -u root'
Expand Down

0 comments on commit 58dedd7

Please sign in to comment.