From 95a3a78e578b497f51a0ad253aa4edb8851861a5 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 28 May 2019 08:53:23 -0700 Subject: [PATCH] ci: make examples non-blocking since they run against the public testnet --- web3.js/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/.travis.yml b/web3.js/.travis.yml index ae8d5622b2..7ebc3e9e36 100644 --- a/web3.js/.travis.yml +++ b/web3.js/.travis.yml @@ -35,7 +35,7 @@ script: - ./examples/bpf-rust-noop/build.sh - npm run localnet:update - npm run localnet:up - - npm run examples + - npm run examples || true - npm run test:live - npm run localnet:down