Commit 6fed4161 by Niels

fixed used compiler

parent b26582c0
......@@ -39,7 +39,7 @@ matrix:
name: "nlohmann/json"
description: "Build submitted via Travis CI"
notification_email: niels.lohmann@gmail.com
build_command_prepend: "make clean"
build_command_prepend: "make clean ; sudo cp $(which g++-5) $(which g++)"
build_command: "make doctest"
branch_pattern: coverity_scan
env: COMPILER=g++-5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment