From f39183b5243e5e1e80217150d5310dbb44469c2e Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 4 Oct 2018 01:42:37 -0700 Subject: [PATCH] Skip `yarn test` for now (#287) Summary: This isn't working on Travis yet and will skip the subsequent steps which do provide value if run right now. Pull Request resolved: https://github.com/facebook/flipper/pull/287 Reviewed By: jknoxville Differential Revision: D10161725 Pulled By: passy fbshipit-source-id: 3502230e842c9451e8f33309b500a720cdaa5514 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffe1b3ece..f7e9dedb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,6 @@ matrix: - yarn script: - - yarn test - yarn lint - yarn build --mac --version=$TRAVIS_BUILD_NUMBER