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

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: ruby
rvm:
- "2.0.0"
script: make all
notifications:
email:
recipients:
- dave@dtrt.org