forked from syl20bnr/spacemacs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
37 lines (37 loc) · 1010 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
29
30
31
32
33
34
35
36
37
---
# TravisCI YAML file for publishing/updating/formatting Spacemacs documentation.
language: generic
sudo: required
services:
- docker
branches:
only:
- master
- develop
cache:
directories:
- /tmp/elpa
- !/tmp/elpa/gnupg
env:
global:
- secure: "M8NF1Uw7VGkLdNmWiUF4T+VOJXwN8KCKVQb45/BWVpGm88Rcfom/9bxRTUme8VYuzIavph32QF+P9KyhX8aj2p2FMItNnxiEySzap5UrLrNiwB6ZxbQglMJj0yMQKASynNBai9KKI7mYlsM5jRpFJ9OSgj7Ko00RIFpO3EpJ+kE="
- BOT_NAME=emacspace
- SPACEMACS_REPO_SLUG="syl20bnr/spacemacs"
before_script:
- docker pull jare/spacetools:latest
script:
- git checkout "${TRAVIS_BRANCH}" && .travisci/pub_prep.sh
deploy:
- provider: script
skip_cleanup: true
script: ".travisci/pub_org.sh"
on:
branch: develop
condition: $TRAVIS_REPO_SLUG = $SPACEMACS_REPO_SLUG
- provider: script
skip_cleanup: true
script: ".travisci/pub_html.sh"
on:
all_branches: true
condition: $TRAVIS_REPO_SLUG = $SPACEMACS_REPO_SLUG