Simple Travis example for C++ using the default Travis image and default version of GCC and Clang compilers.
For a version using modern versions of compilers see: travis-hello-modern-cpp). Why a separate vesrions for C++? The onle with older compiers is faster but the one with newer compilers has support for C++14 and beyond. See travis-hello-modern-cpp for details.
Test results:
Important files:
For more info and examples for other languages see:
For any bug reports or feature requests please post an issue on GitHub:
MIT License (Expat). See LICENSE.md for details.
