Class: Hoboken::AddOns::Travis

Inherits:
Group
  • Object
show all
Defined in:
lib/hoboken/add_ons/travis.rb

Overview

Basic Travis-CI YAML config.

Instance Method Summary collapse

Methods inherited from Group

#classic?, #modular?, #rspec?, #rubocop?, #sequel?, source_root

Methods included from Hoboken::Actions

#gem, #indent

Instance Method Details

#travis_ymlObject



8
9
10
11
12
# File 'lib/hoboken/add_ons/travis.rb', line 8

def travis_yml
  create_file('.travis.yml') do
    'language: ruby'
  end
end