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 ac4e246
Showing 1 changed file with 2 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

0 comments on commit ac4e246

Please sign in to comment.