From 3a77ea3171cac046f97deda6ca6cd44ae9f511b6 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Sat, 2 Apr 2016 02:54:32 +0200 Subject: [PATCH] Modify travis file --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39de72c3..ce573c5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,10 +25,10 @@ addons: 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 + 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