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 3f52eeb commit aa1f07d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ coverage
.nyc_output
travis-keys.sh
ccxt.wiki/
package-lock.json
exchanges.json
ccxt.sublime-workspace
.idea
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ before_install:
- npm install ethereumjs-util
- npm install ethereumjs-abi
- npm install bignumber.js
- 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
- sudo apt-get install python3-pip
Expand Down

0 comments on commit aa1f07d

Please sign in to comment.