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

TravisCI build for OS X fails constantly #482

Closed
nkryuchkov opened this issue Aug 17, 2020 · 3 comments
Closed

TravisCI build for OS X fails constantly #482

nkryuchkov opened this issue Aug 17, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@nkryuchkov
Copy link
Contributor

Describe the bug
TravisCI builds for OS X fail constantly after executing Compiling @ngx-translate/core : es2015 as esm2015 in make lint-ui.

Environment information:

  • TravisCI, OSX

Steps to Reproduce
Steps to reproduce the behavior:

  1. Do anything that makes TravisCI create a build.

Actual behavior
Build fails.

Expected behavior
Build succeeds.

Additional context
I don't remember this error before the recent update of Angular. But I may be wrong here. The issue might be related to the update or to the ngx-translate/core dependency.

Possible implementation
@Senyoret1 had an idea of updating ngx-translate/core to the latest version.

@Senyoret1
Copy link
Contributor

After some testing, the problem turned out to be because Travis is using MacOS 10.11. If you change osx_image: xcode8 to osx_image: xcode8.3 in the .travis.yml file it works

@nkryuchkov
Copy link
Contributor Author

@Senyoret1 Thanks. Let's try that.

@nkryuchkov
Copy link
Contributor Author

@Senyoret1 That fixed the issue. Great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants