From 9874292a737ef9ff317dc6be7705c89692b6858f Mon Sep 17 00:00:00 2001 From: Julius Tens Date: Thu, 27 Feb 2020 17:07:45 +0100 Subject: [PATCH] split travis script for cleaner CI output Co-Authored-By: Jannis Redmann --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d9d8efa..c4f16184 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ node_js: - 'lts/*' - '10' cache: npm -script: npm run lint && npm test +script: + - npm run lint + - npm test jobs: include: - name: e2e-test