Sha256: c3fe937f44869c1fd29c07883ab03ab70001f4f0bbf13cf7b379089ccd19a77b

Contents?: true

Size: 236 Bytes

Versions: 5

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true
require 'bundler'

module  Chamber
module  Commands
module  Travis
  protected

  def travis_encrypt(command)
    Bundler.with_clean_env { `travis encrypt --add 'env.global' #{command}` }
  end
end
end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
chamber-2.10.2 lib/chamber/commands/travis.rb
chamber-2.10.1 lib/chamber/commands/travis.rb
chamber-2.10.0 lib/chamber/commands/travis.rb
chamber-2.9.1 lib/chamber/commands/travis.rb
chamber-2.9.0 lib/chamber/commands/travis.rb