From 9cf0c8ad386a82e05ee356ac8414a3dcf193ab17 Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Sun, 6 Aug 2017 12:54:45 +0300 Subject: [PATCH] fix(.travis): run npm run server_dev instead of npm run test on travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67af96e1..0bc9e9f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ install: - npm install -g codecov - "npm install" script: - - "npm run db & npm run test" + - "npm run server_dev & npm run test" after_script: - codecov