-
Notifications
You must be signed in to change notification settings - Fork 225
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
Cannot install fibers using Travis Node 7.4 #331
Comments
was able to solve by adding +env:
+ - CXX=g++-4.8
+
+addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - g++-4.8
+ |
AronNovak
added a commit
to Gizra/drupal-elm-starter
that referenced
this issue
Feb 27, 2017
AronNovak
added a commit
to Gizra/drupal-elm-starter
that referenced
this issue
Feb 28, 2017
jehna
added a commit
to jehna/ga-lite
that referenced
this issue
Jul 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
we are using travis in CI to make sure library is supported with all major node versions.
however, when we tried to add node 7 to travis.yaml, fibers break build.
travis.yaml:
P.S:
for node 6 & 4, fibers installs succesfully, only for node 7 it is broken.
The text was updated successfully, but these errors were encountered: