-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis CI errors #74
Comments
You forgot to run Xvfb on Linux builds. It was not needed because there was a safety net but the net was just removed 9a152e1#diff-c79de8dc48648dbdee7fa6985d9951eaL12 |
The circle ci changes Looking at the example linked from the readme: https://github.com/randy3k/UnitTesting-example/blob/master/.travis.yml It looks like some things need to be defined in the travis configs, things like:
|
Yeah, can we add that stuff back to the unittesting scripts? It's nice not having to add that to the configs. |
Putting
in Travis config is the correct and the official way to run Xvfb. If we put it in the script, we have to check if Xvfb is running for every GUI execution (the env variable As there is a plan to refactor the deploy scripts of CI, I think it's time to make it the right way. |
But it may be useful to catch the error and link users to this issue. |
+1 for deprecating it, add a link to the issue. Also, I see that the url has changed from randy2k to SublimeText. Maybe add bold notice at the top of readme to notify users of the change. |
I have just added a message Lines 12 to 16 in 65fd0cc
|
In the example there is some install code in the after_success section. Is there are specific reason for this? I generally move that to before bootstrap in the install section e.g.:
|
Added a note about the repo relocation.
|
I'm getting CI errors on travis, what changed?
https://travis-ci.org/NeoVintageous/NeoVintageous/builds/320570276
https://api.travis-ci.org/v3/job/320570277/log.txt
The text was updated successfully, but these errors were encountered: