.travis.yml
language: node_js
sudo: false
node_js:
- "0.10"
env:
global:
- secure: "YjP6TfnXIkIJHkTcU8ICPmAavN36BbJmozG+aqGVQFqBqj4G9mfAMtCz0Of7Bf01+PQ1Ag1yh3N0qI6XwPNQL6BcXvf8L5qIEwq9rdKB20TRdmue6DHBJD3sKEc563aDbcDe5QWaQo6GbP6TrdiSV64wG8VRew1RPP6v7kImsvU="
after_success:
- curl -sSL "https://raw.githubusercontent.com/h5bp-bot/scripts/0.6.0/update_site_branch.sh" |
bash -s -- --commands "npm run build"
--commit-message "Hey GitHub, this content is for you! [skip ci]"
--directory "dist"
--distribution-branch "gh-pages"
--source-branch "master"