ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.25k stars 429 forks source link

Failing CI - Travis CI not configured #243

Closed DanielRuf closed 3 years ago

DanielRuf commented 5 years ago

🐛 Bug Report

The CI is failing because Travis CI is not configured. See https://travis-ci.org/ptmt/react-native-macos/builds/519953793#L445

We should add a .travis.yml and run jest.

ptmt commented 5 years ago

To run all tests properly it requires some work right now, I'd love to do it but have no energy at the moment.

DanielRuf commented 5 years ago

I will check this when I find some time and try to provide a PR.