Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 466fb00

Browse files
authored
Merge pull request #172 from The-Poolz/fix-build
Fix build
2 parents 6206ad8 + 2b2fa36 commit 466fb00

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
os: linux
2-
dist: bionic
3-
sudo: required
2+
dist: focal
43
language: node_js
5-
node_js: "16.13.1"
6-
addons:
7-
apt:
8-
sources: deadsnakes
9-
packages: python3.8
10-
install: npm i && npm i -g truffle
4+
node_js: "16.16.0"
5+
install: npm i && npm i -g truffle@5.5.22
116
script: truffle run coverage
127
after_script: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)