Skip to content

Commit

Permalink
Merge pull request #169 from The-Poolz/dmytropodelnik
Browse files Browse the repository at this point in the history
Dmytropodelnik
  • Loading branch information
Lomet committed May 19, 2022
2 parents 82f9bbe + bf2798a commit 6206ad8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .solcover.js
@@ -0,0 +1,3 @@
module.exports = {
client: require("ganache-cli") // Will load the outermost ganache-cli in node_modules
};
36 changes: 10 additions & 26 deletions .travis.yml
@@ -1,28 +1,12 @@
dist: xenial
os: linux
dist: bionic
sudo: required
language: node_js
node_js:
- "12.19.0"

matrix:
include:
- os: linux
dist: xenial
before_install:
- sudo add-apt-repository ppa:ethereum/ethereum -y
- sudo apt-get update
- sudo apt-get install build-essential -y
- sudo apt-get install gcc g++ libssl-dev libudev-dev pkg-config
- curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
- sudo apt-get install -y nodejs
- rm -rf node_modules

install:
- bash ./bin/travis-install.sh
script:
- bash ./bin/test.sh
after_script:
- bash <(curl -s https://codecov.io/bash)



node_js: "16.13.1"
addons:
apt:
sources: deadsnakes
packages: python3.8
install: npm i && npm i -g truffle
script: truffle run coverage
after_script: bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -7,6 +7,7 @@
"babel-register": "^6.23.0",
"big-number": "^2.0.0",
"ethereumjs-wallet": "^1.0.1",
"ganache-cli": "^6.12.2",
"ganache-time-traveler": "^1.0.15",
"moonbeam-truffle-plugin": "^1.1.6",
"node-fetch": ">=2.6.1",
Expand Down

0 comments on commit 6206ad8

Please sign in to comment.