mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
11 lines
209 B
YAML
11 lines
209 B
YAML
language: ruby
|
|
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
|