From 63d3e8f3f3167bde5e5a81fc1b1da16bacac0a49 Mon Sep 17 00:00:00 2001 From: Dustin Shahidehpour Date: Fri, 14 Oct 2016 16:51:28 -0700 Subject: [PATCH] Add uikit tests to Travis. Summary: Now that we have some tests, lets run them. Reviewed By: emilsjolander Differential Revision: D4023765 fbshipit-source-id: 9f2fa723dc9a33f12c0470b782d6329b432546fa --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ffcede3d..5e205105 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ before_install: script: - buck test //:CSSLayout - buck test //java:java + - buck test //uikit/CSSLayout:CSSLayout - buck run //benchmark:benchmark - git checkout HEAD^ - buck run //benchmark:benchmark