DEV Community

Discussion on: Shipping React Native apps with Fastlane and Travis

Collapse
 
heralbertario profile image
Hernán Albertario

Thanks Carlos! Great article! It helped me a lot!
I'm having some issues to put the 3 Travis stages together. I tried to paste them in the same .travis.yml file, but it didn't work. The output of "travis lint .travis.yml" is:
Warnings for .travis.yml:
[x] unexpected sequence
[x] missing key language, defaulting to ruby

And when I try to run it on travis, the log ends with:
The command "rake" exited with 1.

Could you share me your whole travis.yml file, please?
Thanks again!