From 63731018b05d1a343b0617bc96fa3be0c97e635a Mon Sep 17 00:00:00 2001 From: cavdy Date: Tue, 16 Apr 2019 00:10:20 +0100 Subject: [PATCH] feature(create middlewarefor jwt): travis failed due changing name of directory and not replacing it [Finishes #165366240] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b5c5e5..e54ff98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ node_js: cache: directories: - "node_modules" -before_install: cd ./api +before_install: cd ./server install: - npm install script: