Skip to content

Commit

Permalink
Add ruby 2.3 to .travis.yml (#197)
Browse files Browse the repository at this point in the history
* Add ruby 2.3.3 to .travis.yml

* Fix for 'can't modify frozen String' in travis
  • Loading branch information
janost authored and askreet committed Jan 27, 2017
1 parent 3d90df6 commit 494af42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ cache: bundler
# @see http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false

before_install:
- gem update --system
- gem update bundler

rvm:
- 2.1
- 2.2
- 2.3.3

0 comments on commit 494af42

Please sign in to comment.