This commit is contained in:
Bernhard Posselt 2013-07-06 10:37:29 +02:00
Родитель f12e6ba488
Коммит e716183e75
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -3,9 +3,9 @@ node_js:
- "0.11"
- "0.10"
git:
depth: 0
before_install:
- cd ..; git clone https://github.com/owncloud/appframework; cd news
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_install: cd ..; git clone https://github.com/owncloud/appframework; cd news
script: make javascript-tests
script: make tests