[INTEGRATION] set travis build with master of ewol

This commit is contained in:
Edouard DUPIN 2014-10-17 09:21:39 +02:00
parent 6e3df7ef74
commit 149dee1020

View File

@ -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 ..