blob: 18de117ef9988e49fe746284697cbd99aa512b9a [file] [log] [blame]
language: node_js
node_js: 12
sudo: false
install:
- npm install
- bundle install
script:
- npm test
before_deploy:
- travis_wait 30 npm run build
deploy:
skip_cleanup: true
provider: script
script: bash tools/bin/deploy.sh
on:
branch: master