From 273710eca4a1e2510d1994949977afd01b60b36b Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 14 Jun 2020 22:10:20 -0700 Subject: [PATCH] Connect web3.js to CI --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b28d769b6..f943caf69a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,7 +101,8 @@ jobs: before_install: - .travis/affects.sh web3.js/ || travis_terminate 0 - cd web3.js/ + - source .travis/before_install.sh script: - ../.travis/commitlint.sh - - echo todo + - source .travis/script.sh