mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Backend: Makefile Targets For 'deployment' and 'travis'
* 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
This commit is contained in:
parent
ca7b97134d
commit
6a42d7b861
4 changed files with 42 additions and 7 deletions
|
@ -2,4 +2,4 @@ language: ruby
|
|||
rvm:
|
||||
- "2.0.0"
|
||||
|
||||
script: make all
|
||||
script: make travis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue