Skip to content

Commit

Permalink
Remove development network from configuration.
Browse files Browse the repository at this point in the history
So the network does not have to be specified while running tests.
  • Loading branch information
Shimmi committed Jan 25, 2018
1 parent 8e07e67 commit db234e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ module.exports = {
// See <http://truffleframework.com/docs/advanced/configuration>
// to customize your Truffle configuration!
networks: {
development: {
host: "127.0.0.1",
port: 8545,
network_id: "*"
},
coverage: {
host: "localhost",
port: 8555,
Expand Down

0 comments on commit db234e4

Please sign in to comment.