diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-12 01:33:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-12 18:07:45 +0300 |
commit | 3001687d4d0e60d3885e678df0b11c4dcb8aa710 (patch) | |
tree | 790735a7873166993117792e72c74e196b5f5956 /_config.yml | |
parent | markdown: link to document's source (diff) | |
download | jekyll-theme-3001687d4d0e60d3885e678df0b11c4dcb8aa710.tar.gz jekyll-theme-3001687d4d0e60d3885e678df0b11c4dcb8aa710.zip |
Travis: add configuration
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 05aac75..5290a16 100644 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,7 @@ plugins: - jekyll-github-metadata exclude: + - .travis.yml - build.sh - Gemfile - Gemfile.lock |