libp2p-ts/.travis.yml
2018-10-25 13:46:04 +02:00

13 lines
264 B
YAML

language: node_js
node_js:
- "10"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true
directories:
- node_modules
script:
- yarn polkadot-dev-build-travis