mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Add configuration file for Travis CI, documentation for using Travis, and a line to _config.yml to ignore directory Travis creates.
10 lines
113 B
YAML
10 lines
113 B
YAML
language: ruby
|
|
rvm:
|
|
- "2.0.0"
|
|
|
|
script: make all
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- dave@dtrt.org
|