forked from h5bp/html5boilerplate.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
23 lines (18 loc) · 798 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# For more information about the configurations used
# in this file, please see the Travis CI documentation:
# http://docs.travis-ci.com
after_success:
- curl -sSL "https://raw.githubusercontent.com/h5bp-bot/scripts/0.5.1/update_site_branch.sh" |
bash -s -- --commands "npm install && npm run build"
--commit-message "Hey server, this content is for you! [skip ci]"
--directory "dist"
--distribution-branch "gh-pages"
--source-branch "master"
env:
global:
- secure: "TZRZZdTAsLIl0V1TFzXcPH5WIeJj57Ii+Qv+zosGmWRAKMxdFaqMsLJGDjXrtcZSVdrkwH/E5Vr6rqGfRsks4ec1IgGRIk5nLhGE+SN7UAUaXGyH5ivjLolJpoNRz5XOBr22+zExa97+wlP8XQWowqkL8eVquk0xAcs39qOKKpE="
git:
depth: 10
language: node_js
node_js:
- "0.10"