Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
bump version, debug travis-ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Feb 12, 2016
1 parent c2df971 commit b5c6e7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y bsdtar
- rvm @global do gem uninstall bundler --all --executables
- gem uninstall bundler --all --executables
- gem install bundler --version '< 1.7.0'
#before_install:
# - sudo apt-get update -qq
# - sudo apt-get install -qq -y bsdtar
# - rvm @global do gem uninstall bundler --all --executables
# - gem uninstall bundler --all --executables
# - gem install bundler --version '< 1.7.0'
rvm:
- 2.2.0
env:
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-alpine/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module VagrantPlugins
# Alpine Linux guest gem + plugin version
module GuestAlpine
VERSION = '0.1.2'
VERSION = '0.1.3'
end
end

0 comments on commit b5c6e7a

Please sign in to comment.