Skip to content

Commit

Permalink
Add Vagrant 1.7.2 to build matrix and default to it
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatilai committed Jan 14, 2015
1 parent 38cb5f0 commit d0c1274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ before_install:
bundler_args: --without=development

rvm: 2.0.0
env: VAGRANT_VERSION=v1.6.5
env: VAGRANT_VERSION=v1.7.2
matrix:
include:
- env: VAGRANT_VERSION=v1.6.5
- env: VAGRANT_VERSION=v1.5.4
- env: VAGRANT_VERSION=v1.4.3
- env: VAGRANT_VERSION=v1.3.5
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'vagrant',
git: 'https://github.com/mitchellh/vagrant.git',
ref: ENV.fetch('VAGRANT_VERSION', 'v1.6.5')
ref: ENV.fetch('VAGRANT_VERSION', 'v1.7.2')

gem 'cane', '~> 2.6'
gem 'coveralls', require: false
Expand Down

0 comments on commit d0c1274

Please sign in to comment.