Commit 82a2c403 by Cuong Tran Committed by GitHub

Add ruby 2.4 for travis

* Add ruby 2.4 for travis
parent 00c9da72
...@@ -6,14 +6,14 @@ rvm: ...@@ -6,14 +6,14 @@ rvm:
- 2.1 - 2.1
- 2.2.5 - 2.2.5
- 2.3.0 - 2.3.0
- 2.4.0
- ruby-head - ruby-head
matrix: matrix:
allow_failures: allow_failures:
- rvm: ruby-head - rvm: ruby-head
- rvm: 1.9.3 - rvm: 1.9.3
- rvm: 2.0
- rvm: 2.1
before_install: before_install:
- rvm @global do gem install bundler - gem update --system
- gem update bundler
script: script:
- bundle exec rubocop && bundle exec rspec - bundle exec rubocop && bundle exec rspec
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment