forked from h5bp/html5please
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
28 lines (21 loc) · 858 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
24
25
26
27
28
# 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.6.0/update_site_branch.sh" |
bash -s -- --commands "npm install && npm run build"
--commit-message "Hey GitHub, this content is for you! [skip ci]"
--directory "build"
--distribution-branch "gh-pages"
--source-branch "master"
before_install:
- gem install sass compass
env:
global:
- secure: "eN2BgbNThlSC08J7vexEkPj5vj0IhSBfgW3kn32drbiuvAAIF3eMvs5t1j5i+ECE3BZuhND7vOlUWk5uJET86YiU8PC6odWRXWjN43APGTnIcsb+Okx1NlSqtNHQHUB2z+cV6GEtpISHqj0l26WDo5BKgCRqszehHeE1NBWJE1I="
git:
depth: 10
language: node_js
node_js:
- "0.10"
sudo: false