Files
pezkuwi-ui/.travis.yml
T
2018-12-05 11:35:28 +01: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