mirror of https://github.com/WolfeCub/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
439 B
20 lines
439 B
branches: |
|
only: |
|
- master |
|
before_install: |
|
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa |
|
- sudo apt-get update -qq |
|
- sudo apt-get install -qq emacs-snapshot |
|
- sudo bash .travis/update-emacs-binary.sh |
|
script: bash .travis/build_site.sh |
|
deploy: |
|
provider: pages |
|
skip_cleanup: true |
|
github_token: $GITHUB_TOKEN |
|
on: |
|
branch: master |
|
local_dir: deploy |
|
notifications: |
|
email: |
|
on_success: never |
|
on_failure: never
|
|
|