From 0c97deab26f92816996a73d061e1b1823e8d4984 Mon Sep 17 00:00:00 2001 From: Andrew Dmytrenko Date: Sun, 30 Oct 2022 00:03:59 +0300 Subject: [PATCH] fix build --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35e4a45..9870d72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) \ No newline at end of file