try to clone oc in travis build

This commit is contained in:
Bernhard Posselt 2014-04-08 19:20:06 +02:00
Родитель 48e09a2954
Коммит 2f697b8c2f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,6 +9,7 @@ before_install:
- cd ..
- ls
- git clone https://github.com/owncloud/core.git
- mv news core/apps/
- cd core
- git submodule init
- git submodule update
@ -16,7 +17,6 @@ before_install:
- git checkout stable6
- cd ../apps
- git clone https://github.com/owncloud/appframework
- mv ../../news core/apps/
script:
- sudo add-apt-repository -y ppa:chris-lea/node.js