You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First you need an access token from GitHub. You can check how to do that here.
Once you have an access token all you need is travis encrypt GITHUB_ACCESS_TOKEN=YOUR_ACCESS_TOKEN --add env.global. To add an encrypted env variable to your .travis.yml.
Since it's kind of 'personal access token', @danielgindi I guess you have to create it to solve?
The text was updated successfully, but these errors were encountered:
And it syncs correctly. Something in the script that runs the tests fails now. As the tests themselves do succeed in Xcode, I suspect it is some kind of version mismatch? @petester42
Seeing below log in Travis CI for a couple of weeks,
https://travis-ci.org/danielgindi/Charts/builds/165976532
Project:https://github.com/danielgindi/Charts
I filed this here realm/realm-swift#4199 (comment)
and they told to set up a token for travis: travis-ci/travis-ci#4195
Since it's kind of 'personal access token', @danielgindi I guess you have to create it to solve?
The text was updated successfully, but these errors were encountered: