Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiamarchi committed Feb 26, 2018
1 parent ce440f1 commit 844d83e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
language: ruby

before_install:
- gem install bundler -v ${BUNDLER_VERSION}
- cd source
- sed -i -e "s/\(gem 'vagrant'.*tag. \)'[^']*'\(.*\)/\1'${VAGRANT_VERSION}'\2/" Gemfile

install:
- travis_retry bundle _${BUNDLER_VERSION}_ install --without debug
- travis_retry bundle install --without debug

script:
- bundle _${BUNDLER_VERSION}_ exec rake
- bundle exec rake

matrix:
include:
- rvm: 2.0.0
env: VAGRANT_VERSION=v1.7.4 BUNDLER_VERSION=1.10.5
- rvm: 2.2.5
env: VAGRANT_VERSION=v1.8.7 BUNDLER_VERSION=1.12.5
env: VAGRANT_VERSION=v1.9.8
- rvm: 2.2.5
env: VAGRANT_VERSION=v1.9.1 BUNDLER_VERSION=1.12.5
- rvm: 2.2.5
env: VAGRANT_VERSION=v2.0.0 BUNDLER_VERSION=1.12.5
env: VAGRANT_VERSION=v2.0.2

sudo: false
4 changes: 0 additions & 4 deletions source/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ end
group :debug do
gem 'byebug'
end

group :plugins do
gem 'vagrant-openstack-provider', path: '.'
end

0 comments on commit 844d83e

Please sign in to comment.