Skip to content

Commit

Permalink
Merge branch 'support-production' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed May 24, 2019
2 parents 2ce9b2a + 05d7ad0 commit 84ca454
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,25 @@ env:
global:
- GUNDB_PASS=test
- MNEMONIC="choice congress hobby buddy dutch busy army eager empty solution start grunt"
- NETWORK=truffle
- PRIVATE_KEY=0x4a82fd2f72fe7a1f4258a3f091ecc06d4d523efc20fd4d0ce21c8bed799088c1
- NETWORK=develop
- LOG_LEVEL=trace

before_install:
- npm install -g ganache-cli truffle webpack

before_script:
- export CONTRACTSTAG=${CONTRACTSTAG:-`node -pe "require('./node_modules/@gooddollar/goodcontracts/package.json').version"`}
- export CONTRACTSTAG=${CONTRACTSTAG:-`node -pe "require('./package.json').dependencies['@gooddollar/goodcontracts']"`}
- node -pe "require('./package.json').dependencies['@gooddollar/goodcontracts']"
- export CONTRACTSTAG=0.0.15
- git clone https://github.com/GoodDollar/GoodContracts --branch=v$CONTRACTSTAG
- ganache-cli -m "$MNEMONIC" --port 9545 --networkId 4447 -g 10000000000 &
- cd GoodContracts || true
- npm i
- truffle migrate --reset --network develop
- ls -la releases
- npm link
- ls -la releases
- cd ..

script:
Expand Down

0 comments on commit 84ca454

Please sign in to comment.