From 1f89db31331edd822a7db04f2d9ead0ff2c04798 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Wed, 21 Feb 2018 14:00:45 -0800 Subject: [PATCH] Run test-travis script with no-cache. --- scripts/test-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-travis.sh b/scripts/test-travis.sh index 5acd68ccd7aa..23ace5d31232 100755 --- a/scripts/test-travis.sh +++ b/scripts/test-travis.sh @@ -1,3 +1,3 @@ #!/bin/bash -jest --config ./scripts/jest/config.json --runInBand "$@" +jest --config ./scripts/jest/config.json --no-cache --runInBand "$@"