Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Fix Travis CI tests (Ubuntu-specific issue) #2

Closed
geerlingguy opened this issue May 4, 2014 · 1 comment
Closed

Fix Travis CI tests (Ubuntu-specific issue) #2

geerlingguy opened this issue May 4, 2014 · 1 comment

Comments

@geerlingguy
Copy link
Owner

I've tried this role on CentOS 6.4, CentOS 6.5, and Ubuntu 12.04, and everything seems to work great locally... But if it runs on Travis CI, I get the following:

$ curl --insecure https://localhost/
<!DOCTYPE html>
<html>
<head>
  <title>We're sorry, but something went wrong (500)</title>
  <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
  <h1>500</h1>
  <h3>We're sorry, but something went wrong.</h3>
  <hr/>
  <p>Please contact your GitLab administrator if this problem persists.</p>
</body>
</html>

For some reason, installation isn't completing (and I had to add a failed_when: false to get the role to complete installation on Travis!).

@geerlingguy
Copy link
Owner Author

Decided to fix this with #17 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant