Files
pezkuwi-ui/.travis.yml
T
2019-02-28 17:24:21 +01:00

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