libp2p-ts/.travis.yml
2019-01-11 10:05:12 +01:00

13 lines
241 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:
- yarn polkadot-dev-build-travis