mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
* Set build server to use `make deployment` * Create Makefile target for 'deployment' to update dependencies if necessary * Set Travis CI to run `make travis` * Create Makefile target for 'travis' to use additional automation logic
5 lines
53 B
YAML
5 lines
53 B
YAML
language: ruby
|
|
rvm:
|
|
- "2.0.0"
|
|
|
|
script: make travis
|