Skip to content

Commit

Permalink
Do not run buggy Exchanger specs on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed May 8, 2015
1 parent 605cd61 commit 37df90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -156,7 +156,8 @@ begin
'--backtrace ' \
'--tag ~unfinished ' \
'--seed 1 ' \
'--format documentation'
'--format documentation ' \
'--tag ~notravis'
end

task :ci => [:clean, :compile, :travis]
Expand Down
2 changes: 1 addition & 1 deletion spec/concurrent/exchanger_spec.rb
@@ -1,6 +1,6 @@
module Concurrent

describe Exchanger do
describe Exchanger, notravis: true do

describe 'exchange' do

Expand Down

0 comments on commit 37df90c

Please sign in to comment.