Update travis

This commit is contained in:
brantje 2016-10-07 20:16:29 +02:00
parent 9c33bae393
commit 9ce7ced4ba
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -26,11 +26,11 @@ before_install:
# enable a display for running JavaScript tests # enable a display for running JavaScript tests
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
- if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi # <- if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
- nvm install 5.9 - nvm install 5.9
- npm install -g npm@latest - npm install -g npm@latest
- make # - make
- make appstore # - make appstore
# install core # install core
- cd ../ - cd ../
- git clone https://github.com/owncloud/core.git --recursive --depth 1 -b $CORE_BRANCH owncloud - git clone https://github.com/owncloud/core.git --recursive --depth 1 -b $CORE_BRANCH owncloud