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