mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-21 23:47:58 +00:00
15 lines
276 B
YAML
15 lines
276 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
env:
|
|
- GH_PAGES_SRC="build-docs"
|
|
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
|