Skip to content

Commit

Permalink
move inquirer to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria Jeffrey committed Sep 27, 2016
1 parent 47c6427 commit 19fac91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache: bundler
dist: trusty
services:
- docker
bundler_args: "--without integration tools maintenance"
bundler_args: "--without integration tools maintenance deploy"
before_install:
- gem install bundler
- gem update --system 2.4.5
Expand Down
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ group :test do
gem 'concurrent-ruby', '~> 0.9'
gem 'mocha', '~> 1.1'
gem 'ruby-progressbar', '~> 1.8'
gem 'inquirer'
gem 'nokogiri', '~> 1.6'
end

Expand Down Expand Up @@ -60,3 +59,7 @@ group :maintenance do
gem 'octokit'
gem 'netrc'
end

group :deploy do
gem 'inquirer'
end
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
- ruby -r rubygems -e "p Gem.path"

build_script:
- bundle install --path=vendor/bundle --without integration tools maintenance
- bundle install --path=vendor/bundle --without integration tools maintenance deploy

test_script:
- SET SPEC_OPTS=--format progress
Expand Down
2 changes: 1 addition & 1 deletion tasks/www.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

require 'inquirer'
# require 'inquirer'
require_relative 'shared.rb'

namespace :www do
Expand Down

0 comments on commit 19fac91

Please sign in to comment.