Skip to content
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

Fails on OSX #81

Open
hakonhagland opened this issue Jul 13, 2020 · 2 comments
Open

Fails on OSX #81

hakonhagland opened this issue Jul 13, 2020 · 2 comments

Comments

@hakonhagland
Copy link

According to this page it is now possible to test on OSX, but if I try

os:
  - linux
  - osx
language: perl
sudo: false
perl:
  - 5.32
before_install:
  - eval $(curl https://travis-perl.github.io/init) --auto

I get error:

Must be run under perlbrew.
The command "eval $(curl https://travis-perl.github.io/init) --auto" failed and exited with 1 during .
Your build has been stopped.

Any ideas on how to make it work on OSX?

@mohawk2
Copy link
Contributor

mohawk2 commented Jul 14, 2020

Could you show a repo that is easy to fork and experiment with for fixing?

@hakonhagland
Copy link
Author

@mohawk2 Here is a sample repository I created for this purpose only:

https://github.com/hakonhagland/Travis-OSX-Test

And here is a link to the failed test:

https://travis-ci.com/github/hakonhagland/Travis-OSX-Test/builds/175553101

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

No branches or pull requests

2 participants