From c1c92883342360de4faa2cd29ee65230e381cd10 Mon Sep 17 00:00:00 2001 From: thefosk Date: Tue, 2 Jun 2015 14:47:39 -0700 Subject: [PATCH] removing conf --- .travis/setup_kong.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/setup_kong.sh b/.travis/setup_kong.sh index f42a7a9a2bf..a0fc596bf56 100644 --- a/.travis/setup_kong.sh +++ b/.travis/setup_kong.sh @@ -11,4 +11,5 @@ sudo apt-get install sudo netcat lua5.1 openssl libpcre3 dnsmasq # Installing Kong and its dependencies sudo dpkg -i ./.travis/kong-0.3.0travis.precise_all.deb -sudo luarocks remove kong --force \ No newline at end of file +sudo luarocks remove kong --force +sudo rm -rf /etc/kong \ No newline at end of file