Skip to content

Commit 0b49957

Browse files
committed
avoid using pry on Travis
1 parent 16aa920 commit 0b49957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
require 'guard/compat/test/helper'
55
require 'guard/process'
66

7-
require 'pry'
7+
require 'pry' unless ENV['CI'] == 'true'
88

99
TEST_ROOT = File.expand_path(File.dirname(__FILE__))

0 commit comments

Comments
 (0)