Skip to content

Commit

Permalink
Add Vagrant 1.6.2 to test matrix and use it by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatilai committed May 14, 2014
1 parent e7396ba commit 79ed18d
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 @@ -7,9 +7,10 @@ before_install:
bundler_args: --without=development

rvm: 2.0.0
env: VAGRANT_VERSION=v1.5.4
env: VAGRANT_VERSION=v1.6.2
matrix:
include:
- env: VAGRANT_VERSION=v1.5.4
- env: VAGRANT_VERSION=v1.4.3
- env: VAGRANT_VERSION=v1.3.5
rvm: 1.9.3
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.5.4')
ref: ENV.fetch('VAGRANT_VERSION', 'v1.6.2')

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

0 comments on commit 79ed18d

Please sign in to comment.