mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-16 10:10:51 +00:00
13 lines
257 B
YAML
13 lines
257 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
before_install:
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
- export PATH=$HOME/.yarn/bin:$PATH
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
script:
|
|
- CI_NO_BETA=true yarn polkadot-dev-build-travis
|