From d2249ab01c5d6ff6915f698baaeaa94587503a49 Mon Sep 17 00:00:00 2001 From: Bouncey Date: Fri, 5 Oct 2018 16:01:12 +0100 Subject: [PATCH] chore(travis): Stop making travis try to build the client --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7a67ed9be..bb33ba5b08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,10 +24,4 @@ before_script: - git config --global user.name "CamperBot" script: -<<<<<<< HEAD - - npm run test-ci -======= - - npm run test - - cd ./client - - npm run build ->>>>>>> fix(ci-build): Make it so, Travis + - npm run test \ No newline at end of file