Skip to content

Commit

Permalink
Land #30, containerized builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tod Beardsley committed Dec 30, 2014
2 parents 49b4a6b + 0308e1e commit 0fecc2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cache: bundler
language: ruby
rvm:
- '1.9.3'
Expand All @@ -6,4 +7,5 @@ rvm:
# < 1.7.14
- 'jruby-1.7.13'
# >= 1.7.14
- 'jruby-19mode'
- 'jruby-1.7.14'
sudo: false
4 changes: 3 additions & 1 deletion lib/metasploit/model/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ module Version
# The minor version number, scoped to the {MAJOR} version number.
MINOR = 28
# The patch number, scoped to the {MINOR} version number.
PATCH = 0
PATCH = 1
# The prerelease version, scoped to the {MAJOR}, {MINOR}, and {MINOR} version numbers.
PRERELEASE = 'containerize'

# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
Expand Down

0 comments on commit 0fecc2c

Please sign in to comment.