From 3e1a0f603d4a5045f0052fe02f1a9e23fcc9e1cc Mon Sep 17 00:00:00 2001 From: Camilo Roca Date: Thu, 10 Oct 2019 00:01:24 +0200 Subject: [PATCH] dont leave stage to avoid downloading dependencies again --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c80436..f701dd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,15 +4,11 @@ jdk: jobs: include: - - stage: JvmTests + - stage: Tests script: - lein do clean, compile, check, eastwood - lein trampoline test - - - stage: JsTests - script: - - nvm install 10.10 && nvm use 10.10 - - lein trampoline cljsbuild test + - nvm install 10.10 && nvm use 10.10 && lein trampoline cljsbuild test - stage: Benchmark if: branch = master