зеркало из https://github.com/nextcloud/news.git
further consolidations
This commit is contained in:
Родитель
e65aa180a3
Коммит
9f0b23d724
14
.travis.yml
14
.travis.yml
|
@ -25,22 +25,18 @@ matrix:
|
|||
fast_finish: true
|
||||
|
||||
before_install:
|
||||
# get a newer node.js version
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -o DPkg::Options::="--force-confold" -y libxml2 libxml2-dev libxml2-utils
|
||||
- sudo apt-get install -o DPkg::Options::="--force-confold" -y libxml2 libxml2-dev libxml2-utils python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox curl
|
||||
- sudo easy_install3 requests ocdev
|
||||
- nvm install 5.0
|
||||
- nvm use 5.0
|
||||
- npm install -g npm@latest
|
||||
|
||||
install:
|
||||
- cd ..
|
||||
- sudo apt-get -y install python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox curl
|
||||
- export CHROME_BIN=/usr/bin/chromium-browser
|
||||
- sudo easy_install3 requests
|
||||
- sudo easy_install3 ocdev
|
||||
# clone core
|
||||
- cd ..
|
||||
- ocdev setup core --dir owncloud --branch $CORE_BRANCH --no-history
|
||||
- mv news owncloud/apps/
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче