From bad95095b1b7ef8c6906d63a57da481074f0590d Mon Sep 17 00:00:00 2001 From: Kai Cataldo Date: Fri, 12 Jun 2020 22:24:16 -0400 Subject: [PATCH] test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e78eb7f83012..edf2cf54ef44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: script: - if [ "$JOB" = "test" ]; then make -j test-ci; fi - - if [ "$JOB" = "lint" ]; then make -j code-quality-ci; fi + - if [ "$JOB" = "lint" ]; then make code-quality-ci; fi - if [ "$JOB" = "babel-parser-flow-tests" ]; then make -j test-flow-ci; fi - if [ "$JOB" = "babel-parser-typescript-tests" ]; then make -j test-typescript-ci; fi - if [ "$JOB" = "babel-parser-test262-tests" ]; then make -j test-test262-ci; fi