Skip to content

Commit

Permalink
[Tests] building C extensions on iojs 3 and greater doesn’t work on a…
Browse files Browse the repository at this point in the history
… stock sudoless travis-ci VM.

Reverts #244.
  • Loading branch information
ljharb committed Feb 14, 2016
1 parent 9a6b655 commit 40be685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
sudo: false
sudo: true
node_js:
- "0.10"
- "0.12"
Expand Down

2 comments on commit 40be685

@kuraga
Copy link
Contributor

@kuraga kuraga commented on 40be685 Feb 16, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ljharb sorry but which C extensions are you talking about?

@ljharb
Copy link
Collaborator Author

@ljharb ljharb commented on 40be685 Feb 16, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kuraga that's the message travis-ci displayed, and tests failed on the sudoless container that worked both locally and with the sudo container - I'm assuming one of these dev deps is the cause.

Please sign in to comment.