lib/vx/build_configuration/constants.rb in vx-build_configuration-0.2.0.pre33 vs lib/vx/build_configuration/constants.rb in vx-build_configuration-0.2.0.pre34
- old
+ new
@@ -1,9 +1,9 @@
module Vx
class BuildConfiguration
LANGS = %w{ rvm scala java go }.freeze
- KEYS = %w{ before_script script }.freeze
+ KEYS = %w{ services before_script script }.freeze
AS_ARRAY = (KEYS + LANGS).freeze
end
end