Make travis script more verbose upon error (#9545)
This will help us know for sure exactly which sub-script erred.
This commit is contained in:
@@ -37,4 +37,5 @@ Future<Null> main(List<String> args) async {
|
||||
print('Expected file ${testFile.path} not found');
|
||||
exit(1);
|
||||
}
|
||||
print('Javadocs ready to go!');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user