.travis.yml 308 B

1234567891011121314
  1. language: node_js
  2. node_js:
  3. - "10"
  4. env:
  5. - GH_PAGES_SRC="packages/apps/build"
  6. before_install:
  7. - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
  8. - export PATH=$HOME/.yarn/bin:$PATH
  9. cache:
  10. yarn: true
  11. directories:
  12. - node_modules
  13. script:
  14. - yarn polkadot-dev-build-travis