Skip to content

Commit

Permalink
Merge pull request #172 from The-Poolz/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
PoolzAdmin committed Oct 2, 2022
2 parents 6206ad8 + 2b2fa36 commit 466fb00
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
@@ -1,12 +1,7 @@
os: linux
dist: bionic
sudo: required
dist: focal
language: node_js
node_js: "16.13.1"
addons:
apt:
sources: deadsnakes
packages: python3.8
install: npm i && npm i -g truffle
node_js: "16.16.0"
install: npm i && npm i -g truffle@5.5.22
script: truffle run coverage
after_script: bash <(curl -s https://codecov.io/bash)

0 comments on commit 466fb00

Please sign in to comment.