ci: break up .travis.yml
This commit is contained in:
17
web3.js/.travis/script.sh
Normal file
17
web3.js/.travis/script.sh
Normal file
@ -0,0 +1,17 @@
|
||||
# |source| this file
|
||||
|
||||
ls -l lib
|
||||
test -r lib/index.iife.js
|
||||
test -r lib/index.cjs.js
|
||||
test -r lib/index.esm.js
|
||||
npm run doc
|
||||
npm run defs
|
||||
npm run flow
|
||||
npm run lint
|
||||
npm run codecov
|
||||
make -C examples/bpf-c-noop/
|
||||
examples/bpf-rust-noop/do.sh build
|
||||
npm run localnet:update
|
||||
npm run localnet:up
|
||||
npm run test:live
|
||||
npm run localnet:down
|
Reference in New Issue
Block a user