-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.travis.yml
More file actions
24 lines (20 loc) · 793 Bytes
/
.travis.yml
File metadata and controls
24 lines (20 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sudo: false
language: node_js
node_js:
- 'lts/*'
before_install:
- npm install -g npm@latest
before_script:
- npm install -g bower
- bower install
after_success:
- |
# Automatically update the content from the `gh-pages` branch
$(npm bin)/update-branch --commands "npm run create-gh-pages" \
--commit-message "Hey server, this content is for you! [skip ci]" \
--directory "dist" \
--distribution-branch "gh-pages" \
--source-branch "master"
env:
global:
secure: "NSzI3l2kgVwketiAw+z/i17JjK0RB8TOVLUzKpF4rSYvlMF2HauwrcZG/JxEJ7Mu9Br8lYHRnRd7ObcalB3T5Ut6KWJKjA60YJUgGQhTRY4bGfhENSl87jUrkSWbFIs0Q+Rp8JLgr1Dhc2Pcqum5A3A7Ubk68WxmQuv514e/BII="