Files
pezkuwi-ui/.travis.yml
T
2019-03-30 23:56:41 +01:00

21 lines
391 B
YAML

language: node_js
node_js:
- "10"
env:
- GH_PAGES_SRC="build-docs"
cache:
yarn: true
directories:
- node_modules
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
script:
- yarn polkadot-dev-travis-build
deploy:
skip_cleanup: true
provider: script
script: yarn polkadot-dev-travis-deploy
on:
branch: master