Skip to content

Commit

Permalink
edits in travis.yml for deps installed upon testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 14, 2018
1 parent aa1f07d commit 83f522b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ before_install:
- nvm install stable
- nvm use stable
- npm install
- npm install web3
- npm install ethereumjs-util
- npm install ethereumjs-abi
- npm install bignumber.js
- npm install web3 ethereumjs-util ethereumjs-abi bignuber.js --no-save
- git checkout package.json package-lock.json
- sudo wget --quiet https://github.com/jgm/pandoc/releases/download/2.2.1/pandoc-2.2.1-1-amd64.deb
- sudo dpkg -i pandoc-2.2.1-1-amd64.deb
Expand Down

0 comments on commit 83f522b

Please sign in to comment.