You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blockly-app/.travis.yml

23 lines
256 B
YAML

language: node_js
node_js:
- "8"
branches:
only:
- master
before_script:
- npm install
script:
- npm run build
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
on:
tags: true
local_dir: www