mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
15 lines
274 B
YAML
15 lines
274 B
YAML
language: ruby
|
|
rvm:
|
|
- "2.5.0"
|
|
sudo: false
|
|
cache: bundler
|
|
env:
|
|
# http://docs.travis-ci.com/user/environment-variables/#Global-Variables
|
|
global:
|
|
- BITCOINORG_BUILD_TYPE=deployment
|
|
|
|
before_install:
|
|
- gem update --system
|
|
- gem install bundler
|
|
|
|
script: make travis
|