From 6fed4161252edaf49cb18339ee8584c2f8477663 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 29 May 2016 12:57:09 +0200 Subject: [PATCH] fixed used compiler --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d8290bd..ad0afd71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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