From f0546d40fa444deddcb84b1425825d7c6a48e7e2 Mon Sep 17 00:00:00 2001 From: Nathaniel Beckstead Date: Wed, 10 Apr 2019 15:17:19 -0400 Subject: [PATCH] remove special character UA test for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index efe449c..2c5049f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ script: - make ua UA="python-requests/1.2.0" - make ua UA="Googlebot/2.1 (+http://www.googlebot.com/bot.html)" - make ua UA="Screw you webmaster!!!!" - - make ua UA="Im gonna mess\n\ryou up" + #- make ua UA="Im gonna mess\n\ryou up" - make ua UA="" - make run URL="" || echo "SAVED - Made to fail" - make run URL=file:///etc/passwd || echo "SAVED - Made to fail"