Skip to content

Commit

Permalink
Merge pull request #27 from claudijd/fix_update_builds
Browse files Browse the repository at this point in the history
Fix update builds
  • Loading branch information
Jonathan Claudius authored Jan 16, 2019
2 parents 7b71156 + 81bdc8a commit cf84794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ before_install:
- gem update bundler
language: ruby
rvm:
- 2.3.0
#- 2.2.0
#- 2.1.3
- 2.1.0
- 2.0.0
#- 1.9.3
- 2.6.0
- 2.5.3
- jruby-19mode
- ruby-head
#- jruby-head
- ruby-head
1 change: 1 addition & 0 deletions c7decrypt.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$: << "lib"
require 'c7decrypt/version'
require 'date'

Gem::Specification.new do |s|
s.name = 'c7decrypt'
Expand Down

0 comments on commit cf84794

Please sign in to comment.