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