diff --git a/.travis.yml b/.travis.yml index 17ae76a18..45d23ddf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,7 @@ script: - yarn build:${PRODUCT} --$GULP_PLATFORM - - if [ $PRODUCT == "mist" ]; then + - if [ $PRODUCT == "mist" && $GULP_PLATFORM="linux" ]; then yarn test:e2e; fi