Fork-Awesome/.travis.yml

26 lines
323 B
YAML
Raw Normal View History

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