Skip to content

Commit 8c8776a

Browse files
committed
Workaround for rubys/feedvalidator#21 so that Travis CI tests work.
1 parent 80d4feb commit 8c8776a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def setup
1111
end
1212

1313
def test_valid_feed
14-
system("python feedvalidator/src/demo.py https://unicorn-meta-zoo.github.io/index.rss")
14+
system("LANGUAGE=en python feedvalidator/src/demo.py https://unicorn-meta-zoo.github.io/index.rss")
1515
assert_equal $?, 0
1616
end
1717
end

0 commit comments

Comments
 (0)