mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-26 16:33:03 +08:00
Update travis
This commit is contained in:
parent
9c33bae393
commit
9ce7ced4ba
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue