From 76ad9e90ccba65b1580be8e879ad4937a7d2a642 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 9 Oct 2018 03:51:30 -0700 Subject: [PATCH] Re-enable yarn test Summary: Now that we have a node test in place, let's run this. Reviewed By: danielbuechele Differential Revision: D10217534 fbshipit-source-id: cf3debaf15b80d75234b67e4a78f6343c0fce50a --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f7e9dedb8..743a77ffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ matrix: script: - yarn lint + - yarn test - yarn build --mac --version=$TRAVIS_BUILD_NUMBER - language: objective-c