summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 18:59:50 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 18:59:50 +0100
commit9f0b23d724e40436e09b125f94af28963284d81c (patch)
tree84be6d4f6aa167095bdf7d6bdcd07da169dd9d7b /.travis.yml
parente65aa180a317b46d74b0471b96b5aaae29bd1c53 (diff)
further consolidations
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a26a65cc..26aa0c12f 100644
--- a/.travis.yml
+++ b/.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/