From 149dee102065c9bdb0d8caab776700320a7fd253 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 17 Oct 2014 09:21:39 +0200 Subject: [PATCH] [INTEGRATION] set travis build with master of ewol --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd12a11..a7d5664 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ branches: # previous actions: before_script: - git clone https://github.com/HeeroYui/ewol.git - - cd ewol; git checkout origin/dev -b dev; cd .. + - cd ewol; git checkout; cd .. - cd ewol; git submodule init; cd .. - cd ewol; git submodule update; cd ..