I have the error g++: error: unrecognized command line option ‘-std=c++14’
when building my project with travis ci using premake (https://travis-ci.org/S6066/Teal/builds/171980872)
My premake script: https://github.com/S6066/Teal/blob/master/build/premake5.lua
My travis ci file: https://github.com/S6066/Teal/blob/master/.travis.yml
Thanks for help.
Edit: g++ --version gives me 4.8.5, so the real problem is Travis won't compile with g++ 6