Skip to content

Commit 17ccfbd

Browse files
committed
Merge pull request #12 from TheSeg/travis-ci
Fix Travis-CI building.
2 parents 1e56a5e + 4674378 commit 17ccfbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
language: ruby
2-
script: bundle exec jekyll build
2+
script: "bundle exec jekyll build"

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ markdown: redcarpet
44
permalink: pretty
55
pygments: true
66
timezone: America/Los_Angeles
7-
exclude: [README.md,bower.json,bower_components,node_modules]
7+
exclude: [README.md,bower.json,bower_components,node_modules,"vendor"]

0 commit comments

Comments
 (0)