added travis.yml

このコミットが含まれているのは:
M. Petra Baranski
2017-12-26 11:42:57 +01:00
コミット 91e62beaec
3個のファイルの変更19行の追加2行の削除

ファイルの表示

@@ -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();
}