Closed tansaku closed 7 years ago
the travis fail above looks like a network issue:
Gem::InstallError: mime-types-data requires Ruby version >= 2.0.
An error occurred while installing mime-types-data (3.2016.0521), and Bundler
cannot continue.
Make sure that `gem install mime-types-data -v '3.2016.0521'` succeeds before
bundling.
The command "bundle install --retry=3" failed and exited with 5 during .
any chance someone with permissions could re-run that particular build (ruby 1.9.3 and rails 4)
I think it is probably fair that wait_for_listener
should check on the host that has been setup with the existing host
config option. I don't think we want to introduce a new config option, that should probably always be a duplicate of the existing option. Please make this change and remove the duplicate hostname
option and we'll take another look.
Additionally, Jasmine itself actually uses this gem on travis-ci to test itself, so it seems like there might actually be something else going on there. Although we don't use a custom host
.
hi @slackersoft - if we don't have the hostname option how do we set it? Currently host contains the "http://" prefix by default. You think we should manipulate the string to extract the hostname rather than setting it separately?
I think it would be a nicer interface to use the same setting for both hostname
and host
. I think it makes sense to strip off an /https?:\/\//
from the host
to determine the hostname
to check for ports.
Hi there, apologies if this is totally the wrong way to submit something. I'm just struggling with some really weird issues on travis CI - the travis folks suggested switching from localhost to 127.0.0.1 which I couldn't do with the existing config - so I forked and made this code.
The error I've been struggling with is:
You can see the full build here:
https://travis-ci.org/AgileVentures/LocalSupport/builds/151389370
I can't see any CONTRIBUTING.md on best practice for PRs, so I guess I'll get this in as an exploratory one ...
Apologies in advance if this is rude or the wrong way to make suggestions