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:
committed by
Facebook Github Bot
parent
0dbbfc5910
commit
3e2c13f418
@@ -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
|
||||
|
Reference in New Issue
Block a user