From a7e6243020d671129f4d1ccfe77024e5dff3ee15 Mon Sep 17 00:00:00 2001 From: Kylart Date: Wed, 8 Aug 2018 21:47:41 +0200 Subject: [PATCH] Updated .travis.yml to new tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44c1beb..6d62a69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - npm install script: - - npm run test:server + - npm run test:api - npm run cloc after_success: npm run coverage