From a6634355a5884284b6dab0631fdef287bdc200ad Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Sat, 2 Apr 2016 01:59:37 +0200 Subject: [PATCH] Try to fix issue with travis file --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 558ac68d..5f93ad88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,14 +21,6 @@ addons: - gcc-4.8 - g++-4.8 - clang - coverity_scan: - project: - name: "DanielChappuis/reactphysics3d" - description: "Build submitted via Travis CI" - notification_email: chappuis.daniel@gmail.com - build_command_prepend: "mkdir build_directory; cd build_directory; cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug —DDOUBLE_PRECISION_ENABLED=False ../" - build_command: "make" - branch_pattern: develop | master branches: only: - master