lib/vx/builder/source/matrix.rb in vx-builder-0.0.10 vs lib/vx/builder/source/matrix.rb in vx-builder-0.0.11
- old
+ new
@@ -1,10 +1,10 @@
module Vx
module Builder
class Source
class Matrix
- KEYS = (Source::LANGS + %w{ matrix_env:env }).freeze
+ KEYS = (Source::LANGS + %w{ gemfile matrix_env:env }).freeze
NOT_MATRIX_KEYS = %w{ script before_script services before_install }
attr_reader :source
def initialize(build_configuration)