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 83f522b commit 5f907f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- nvm install stable
- nvm use stable
- npm install
- npm install web3 ethereumjs-util ethereumjs-abi bignuber.js --no-save
- npm install web3 ethereumjs-util ethereumjs-abi bignumber.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 5f907f5

Please sign in to comment.