diff --git a/.travis.yml b/.travis.yml index 4b53b97..4c35405 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ language: node_js node_js: "node" before_script: - - npm install -g truffle@5.0.2 ganache-cli@6.2.5 + - npm install -g truffle@5.1.37 ganache-cli@6.9.1 - npm install script: - - ganache-cli -m "they only media any modify banner suffer pole tag rule creek harvest" > /dev/null & + - ganache-cli --port 7545 --networkId 5777 -m "they only media any modify banner suffer pole tag rule creek harvest" > /dev/null & - sleep 5 - truffle migrate - truffle test diff --git a/truffle-config.js b/truffle-config.js deleted file mode 100644 index a6330d6..0000000 --- a/truffle-config.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - // See - // to customize your Truffle configuration! -}; diff --git a/truffle.js b/truffle.js index 96e4126..ccd50cf 100644 --- a/truffle.js +++ b/truffle.js @@ -4,7 +4,7 @@ module.exports = { networks: { development: { host: "localhost", - port: 8545, + port: 7545, network_id: "*" // Match any network id } }