From fe64ed5f016ca3456eeaef90b48b73b489af92a4 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 8 Feb 2015 19:22:48 +0100 Subject: [PATCH] another fix for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8a9f8f64..db38e86b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ script: after_success: - make clean + - touch src/json.hpp - make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage -std=c++11" - ./json_unit - coveralls --exclude test/catch.hpp --exclude test/unit.cpp --include src/json.hpp --gcov-options '\-lp' --gcov 'gcov-4.9'