Skip to content

Commit

Permalink
Merge pull request savonrb#739 from antstorm/travis-improvements
Browse files Browse the repository at this point in the history
Travis improvements
  • Loading branch information
tjarratt committed Mar 4, 2016
2 parents 3ab9cd8 + 3b1d672 commit fcb56fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
language: "ruby"
sudo: false
before_install:
- gem install bundler
script: "bundle exec rake --trace"
rvm:
- 2.0
- 2.1
- 2.2
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- jruby
- rbx-2
Expand Down

0 comments on commit fcb56fa

Please sign in to comment.