Skip to content

Commit

Permalink
Travis: add Ruby version to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Dec 9, 2016
1 parent 9eb68dc commit 4388b48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ rvm:
- 2.2
- 2.3.0
- ruby-head
- jruby-1.7
- jruby-9
- jruby-1.7.26
- jruby-9.1.6.0
- rbx-2
matrix:
allow_failures:
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in http-cookie.gemspec
ruby RUBY_VERSION

gemspec

0 comments on commit 4388b48

Please sign in to comment.