added travis.yml

This commit is contained in:
M. Petra Baranski
2017-12-26 11:42:57 +01:00
bovenliggende 0f7f7c1b9d
commit 91e62beaec
3 gewijzigde bestanden met toevoegingen van 19 en 2 verwijderingen

Bestand weergeven

@@ -8,7 +8,7 @@
// -----------------------------------------------------------------------------
int main (int argc, char** argv) {
::testing::GTEST_FLAG(throw_on_failure) = false;
::testing::GTEST_FLAG(throw_on_failure) = true;
::testing::InitGoogleMock(&argc, argv);
return RUN_ALL_TESTS();
}