mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
New plugin env.rb to make env vars available in templates
This commit is contained in:
parent
e4b8f0c7dd
commit
adef074df5
2 changed files with 24 additions and 0 deletions
|
@ -3,5 +3,9 @@ rvm:
|
|||
- "2.0.0"
|
||||
sudo: false
|
||||
cache: bundler
|
||||
env:
|
||||
# http://docs.travis-ci.com/user/environment-variables/#Global-Variables
|
||||
global:
|
||||
- BITCOINORG_BUILD_TYPE=deployment
|
||||
|
||||
script: make travis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue