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 6e87390
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
@@ -1,15 +1,16 @@
language: ruby

before_install:
- rvm @global do gem uninstall bundler --all --executables
- gem install bundler --version '~> 1.5.2'
- bundle --version
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
- before_install:
- rvm @global do gem uninstall bundler --all --executables
- gem install bundler --version '~> 1.5.2'
- bundle --version
- 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
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 6e87390

Please sign in to comment.