.travis.yml 232 B

12345678910111213
  1. language: node_js
  2. node_js:
  3. - "8"
  4. cache:
  5. yarn: true
  6. directories:
  7. - node_modules
  8. before_install:
  9. - npm install --global lerna yarn --cache-min 999999999
  10. install:
  11. - yarn install
  12. script:
  13. - yarn polkadot-dev-build-travis