From 284a531f213f3cb6b29cedc8158b6428c3befa08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Fri, 9 Nov 2018 17:47:39 +0100 Subject: [PATCH] Configure travis to test and build in parallel --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 22b4175..12bd112 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,9 @@ cache: - node_modules - .shadow-cljs - $HOME/.m2 +jobs: + include: + - stage: test and build + script: npm test + - state: test and build + script: npm run build