[DEV] set travis depend on dev branch of ewol

This commit is contained in:
Edouard DUPIN 2014-09-18 21:32:25 +02:00
parent f9ff0b8899
commit b8962cc3b9

View File

@ -15,6 +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 submodule init; cd ..
- cd ewol; git submodule update; cd ..