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
This commit is contained in:
Pascal Hartig
2018-10-04 01:42:37 -07:00
committed by Facebook Github Bot
parent 490f5e7f5a
commit f39183b524

View File

@@ -35,7 +35,6 @@ matrix:
- yarn - yarn
script: script:
- yarn test
- yarn lint - yarn lint
- yarn build --mac --version=$TRAVIS_BUILD_NUMBER - yarn build --mac --version=$TRAVIS_BUILD_NUMBER