From 76f28d596ea7be7aca51315a7f860157e437014e Mon Sep 17 00:00:00 2001 From: Marcos Piccinini Date: Thu, 20 Aug 2015 14:18:49 -0300 Subject: [PATCH] travis --- .travis.yml | 5 ++--- spec/typeright_spec.rb | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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',