libp2p-ts/.travis.yml
2019-08-09 14:57:05 +02:00

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