From 5109b7b1d9ea3761c733279ea3d64c0ab70efed4 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 9 Sep 2014 07:16:35 +0200 Subject: [PATCH] [DEV] update travis file --- .travis.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 214ef52f..2f92135c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,15 @@ +# language type: language: cpp -before_script: git submodule init; git submodule update + +# build branch requested +branches: + only: + - master + - stable + +# previous actions: +before_script: git submodule init +before_script: git submodule update + +# build sequence with Lutin : script: ./build/lutin.py -cclang -mdebug -p ewol