Skip to content

Commit

Permalink
Merge pull request #17 from The-Poolz/fix-build
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
YouStillAlive authored Oct 29, 2022
2 parents 7139a7f + 0c97dea commit b9e8306
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
os: linux
dist: bionic
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 b9e8306

Please sign in to comment.