dotfiles/.travis.yml

14 lines
330 B
YAML
Raw Normal View History

2016-12-28 03:08:34 -07:00
language: generic
2016-12-28 18:00:27 -07:00
script: bash ./gen-gh-pages/deploy.sh
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
2016-12-28 03:08:34 -07:00
env:
global:
- ENCRYPTION_LABEL: "73e6c870aa87"
- COMMIT_AUTHOR_EMAIL: "IvanMalison@gmail.com"
2016-12-28 05:42:42 -07:00
- COMMIT_AUTHOR_NAME: "Ivan Malison"