Backend: Test That Site Builds With Travis CI

Add configuration file for Travis CI, documentation for using Travis,
and a line to _config.yml to ignore directory Travis creates.
This commit is contained in:
David A. Harding 2015-02-24 20:01:30 -05:00
parent fc10efd3dc
commit 77066ba70d
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
3 changed files with 42 additions and 0 deletions

View file

@ -153,6 +153,7 @@ exclude:
- Gemfile
- Gemfile.lock
- Makefile
- vendor # Travis CI creates a vendor/ dir with files we shouldn't render
future: true
lsi: false