From 3c3f5e092b30c132b53dce8fd07304257b1fd95d Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Mon, 13 Mar 2017 12:52:22 +0800 Subject: [PATCH] Add missing whitespaces... --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c827e7edfb..d1049a9195 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,10 @@ script: elif [ "$TEST_TYPE" = compile ]; then npm run compile && \ node ./tests/dekko/lib.test.js - elif [ "$TEST_TYPE" = test:dom]; then + elif [ "$TEST_TYPE" = test:dom ]; then npm run dist && \ npm test -- --coverage -w 2 && \ bash <(curl -s https://codecov.io/bash) - elif [ "$TEST_TYPE" = test:node]; then + elif [ "$TEST_TYPE" = test:node ]; then npm test -- --config .jest.node.json -w 2 fi