From 82d65addecaa5a8f4c73f0e9a448e849e467ceed Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Sat, 18 May 2019 10:50:17 -0700 Subject: [PATCH] always run smoke tests (#772) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01f8ee15..20e7159c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,5 @@ jobs: script: docker build . - name: "Smoke Tests" python: "3.6" - if: branch = master AND type = cron script: - npm run --prefix client/ smoke-test