Skip to content

Commit

Permalink
Update travis build
Browse files Browse the repository at this point in the history
* Don't install gem "debugger"
* Temporary disable Appraisal. As long as it builds always against Vagrant 1.4.3 is it useless...
  • Loading branch information
ggiamarchi committed Sep 21, 2014
1 parent ce800e0 commit 1acd9e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ rvm:
before_install:
- cd source
install:
- travis_retry bundle install
- travis_retry appraisal install
- travis_retry bundle install --without debug
script:
- bundle exec rake rubocop
- appraisal rake spec
gemfile:
- Gemfile
- gemfiles/latest_stable.gemfile
- gemfiles/oldest_current.gemfile
- gemfiles/previous_release.gemfile
- bundle exec rake
3 changes: 3 additions & 0 deletions source/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ group :development do
# gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`.
gem 'coveralls', require: false
end

group :debug do
gem 'debugger'
end

0 comments on commit 1acd9e9

Please sign in to comment.