Skip to content

Commit

Permalink
Add bazooka.yml to build the project with bazooka
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvey committed Jun 11, 2015
1 parent 4db61b4 commit 9beea4b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .bazooka.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: ruby

ruby:
- 2.0
- 2.1

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

install:
- bundle _${BUNDLER_VERSION}_ install --without debug --retry=3

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

env:
- VAGRANT_VERSION=v1.4.3
# - VAGRANT_VERSION=v1.5.4 See https://github.com/bazooka-ci/bazooka/issues/27#issuecomment-111121272
- VAGRANT_VERSION=v1.6.5
- VAGRANT_VERSION=v1.7.2
- BUNDLER_VERSION=1.6.6

0 comments on commit 9beea4b

Please sign in to comment.