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
This commit is contained in:
Emil Sjolander
2016-11-10 19:48:31 -08:00
committed by Facebook Github Bot
parent 0dbbfc5910
commit 3e2c13f418

View File

@@ -19,7 +19,7 @@ before_install:
script: script:
- buck test //:CSSLayout - buck test //:CSSLayout
- buck test //java:java - 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 - buck run //benchmark:benchmark
- git checkout HEAD^ - git checkout HEAD^
- buck run //benchmark:benchmark - buck run //benchmark:benchmark