push for travis

This commit is contained in:
Leo Horie 2014-03-25 21:48:23 -04:00
parent e94b6597af
commit 1ff4b3ccf6

View file

@ -12,6 +12,6 @@ test.print = function(print) {
print("tests: " + test.total + "\nfailures: " + test.failures.length)
if (test.failures.length > 0) {
throw new Error(test.failures.length + " tests did not pass.")
throw new Error(test.failures.length + " tests did not pass")
}
}