From 3e7582880efe85c71d93ed90760e5bb154e28dc5 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 6 May 2020 23:15:30 -0400 Subject: [PATCH] Make CI faster --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 652ef953..7e6b2e2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jobs: include: - name: Test if: tag IS blank - script: ./ci/container/exec.sh ./ci/steps/test.sh + script: ./ci/steps/test.sh deploy: null install: null - name: Linux Release