From 3e2c13f418f3dcd4af8f52558fa1e4ea3ca96a47 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Thu, 10 Nov 2016 19:48:31 -0800 Subject: [PATCH] Fix running ios tests in travis Summary: Currently travis logs indicate it is building with the wrong cxx platform. Explicitly set this to and ios simulator for ios tests Reviewed By: dshahidehpour Differential Revision: D4162159 fbshipit-source-id: 50f563132456ee4ba4e5b3b4b1f50b636cb94306 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e205105..253f4c41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: script: - buck test //:CSSLayout - buck test //java:java - - buck test //uikit/CSSLayout:CSSLayout + - buck test //uikit/CSSLayout:CSSLayout --config cxx.default_platform=iphonesimulator-x86_64 - buck run //benchmark:benchmark - git checkout HEAD^ - buck run //benchmark:benchmark