Skip to content

Commit

Permalink
Issue vagrant-landrush#298 Updating Travis config to ensure that the …
Browse files Browse the repository at this point in the history
…right version of Bundler is installed. Also making sure that Rake init created build/vagrant.d directory
  • Loading branch information
hferentschik committed Dec 6, 2016
1 parent e1d1a94 commit 4f585b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby

before_install:
- gem uninstall bundler -Iax --version '<1.14'
- gem install bundler -v 1.12.5

script:
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ CLOBBER.include('pkg')
CLEAN.include('build')

task :init do
# general build directory
FileUtils.mkdir_p 'build'
# Vagrant home directory for integration tests
FileUtils.mkdir_p 'build/vagrant.d'
end
task features: :init

Expand Down

0 comments on commit 4f585b1

Please sign in to comment.