Skip to content

Commit

Permalink
Remove travis refs
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Jul 18, 2024
1 parent 4bf43a8 commit 31bba30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ruby/bin/gherkin
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
$VERBOSE=nil # Shut up JRuby warnings on Travis

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__),"../lib"))

require 'optparse'
Expand Down
2 changes: 1 addition & 1 deletion ruby/bin/gherkin-generate-tokens
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
$VERBOSE=nil # Shut up JRuby warnings on Travis

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__),"../lib"))
require 'gherkin/parser'
require 'gherkin/token_formatter_builder'
Expand Down

0 comments on commit 31bba30

Please sign in to comment.