Fork-Awesome/.travis.yml

26 lines
323 B
YAML
Raw Normal View History

2018-09-21 02:50:06 +08:00
language:
- ruby
- node_js
install:
- bundle install
- npm install
script:
- npm run build
2018-09-26 05:25:25 +08:00
deploy:
- provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: _site
on:
branch: master
2018-09-26 06:08:53 +08:00
tags: true
2018-09-26 05:25:25 +08:00
# blocklist
branches:
except:
- gh-pages