From 582ad5996c8382d2cedab76a3698b10502725974 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Sat, 2 Apr 2016 14:26:23 +0200 Subject: [PATCH] Modify travis file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce573c5d..b2171bd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ addons: 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 + branch_pattern: develop branches: only: - master