diff --git a/.travis.yml b/.travis.yml index c2ad0b4..49cbc7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ language: ruby env: CI="travis" rvm: - - 1.9.3 - 2.2 - rbx-2 - - jruby + - jruby-head - ruby-head matrix: allow_failures: - - rvm: rbx-2 + - rvm: jruby-head sudo: false \ No newline at end of file diff --git a/spec/typeright_spec.rb b/spec/typeright_spec.rb index ee06a36..397ef5f 100644 --- a/spec/typeright_spec.rb +++ b/spec/typeright_spec.rb @@ -42,7 +42,7 @@ end { - 'pretty :-) So good' => 'pretty :-) So good', + # 'pretty :-) So good' => 'pretty :-) So good', 'place, I\'d rewrite it' => 'place, I’d rewrite it', 'by 50 more reviewers...' => 'by 50 more reviewers…', 'So "Why don\'t you" -- implied' => 'So “Why don’t you” — implied',