dash-docs/.travis.yml
2018-01-10 15:06:33 -05:00

14 lines
272 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 update bundler
script: make travis