Skip to content

Commit

Permalink
Merge pull request #10 from woothee/add-ruby-versions
Browse files Browse the repository at this point in the history
Add Ruby versions & Use container-based infrastructure
  • Loading branch information
tagomoris committed Dec 17, 2015
2 parents 707b649 + b7d119f commit 94e7ca6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
sudo: false
language: ruby
rvm:
- "1.9"
- "2.0"
- "2.1"
- "2.2"
- "jruby-19mode"
before_script:
- git submodule update --init
- gem update bundler
- bundle install
- bundle update
script:
Expand Down

0 comments on commit 94e7ca6

Please sign in to comment.