Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Aug 20, 2015
1 parent 70ba639 commit 76f28d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .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
2 changes: 1 addition & 1 deletion spec/typeright_spec.rb
Expand Up @@ -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',
Expand Down

0 comments on commit 76f28d5

Please sign in to comment.