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