Skip to content

Fix travis builds

Vinay Rosenberg requested to merge github/fork/xstreamnet/development into development

Created by: colde

The current travis builds doesn't actually run any tests. In fact the .11 nodejs build even writes "Error: no test specified"

The only reason they are marked as passed, is that "cd build" makes them return 0. This fixes it, so it actually testes the builds.

Merge request reports