Skip to content

Commit

Permalink
Merge pull request #65 from junaruga/feature/update-travis
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
namusyaka authored Jun 9, 2017
2 parents eb1a7ac + 3c88093 commit 0ba0411
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
language: ruby

sudo: false

cache: bundler

before_install:
- rvm get head
- gem update bundler

rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head

script: bundle exec rspec **/spec/*_spec.rb
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true

notifications:
recipients:
Expand Down

0 comments on commit 0ba0411

Please sign in to comment.