From 5122922e36f7d5c1ccccac2c58ac1e3664ab1c0f Mon Sep 17 00:00:00 2001 From: Benjamin Wheeler Date: Tue, 28 Jan 2020 11:14:16 -0500 Subject: [PATCH] use name in test stage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0534c56ab..7671f53c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -138,7 +138,7 @@ jobs: - stage: update translations script: npm run i18n:push stages: -- test +- name: test if: type != cron - name: smoke if: type NOT IN (cron, pull_request)