From 723a1e538eb1409f625cd4df13f60db142615cab Mon Sep 17 00:00:00 2001 From: Friedel Ziegelmayer Date: Mon, 20 Feb 2017 15:38:16 +0100 Subject: [PATCH] try to work around memory hungry webpack --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec2e62243..9996046fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,12 @@ matrix: before_install: - npm install -g npm -script: +before_script: - npm run lint - - npm run test + +script: + - npm run test:node + - npm run test:browser - npm run coverage before_script: