参考文献
ttps://jonasw.de/blog/2015/07/22/develop/cplusplus14-on-travis-with-cmake/- https://github.com/boostorg/hana/blob/master/.travis.yml
- Boost Software License 1.0なのでコピペ可
- https://stackoverflow.com/questions/33342663/how-to-properly-setup-travisci-for-a-simple-c-project
scriptのデフォルトは./configure && make && make installなので、makeだけしたいときはちゃんとscriptを記述する