Fix travis builds
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.