1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 02:42:26 +00:00
Files
seahub/.travis.yml

21 lines
890 B
YAML
Raw Normal View History

2014-08-18 16:04:23 +08:00
language: python
before_install:
2014-08-19 16:43:47 +08:00
# build/init/start ccnet-server/seafile-server
2017-11-14 14:41:41 +08:00
- git clone --depth=1 --branch=6.2 git://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy
2014-08-19 16:43:47 +08:00
- cd /tmp/seafile-test-deploy && ./bootstrap.sh && cd -
2014-08-30 23:17:08 +08:00
# install phantomjs
2014-08-19 16:43:47 +08:00
- ./tests/install-deps.sh
2014-08-18 16:04:23 +08:00
script:
2014-08-19 17:01:31 +08:00
- ./tests/seahubtests.sh init && ./tests/seahubtests.sh runserver && ./tests/seahubtests.sh test
2014-08-19 16:43:47 +08:00
env:
- CCNET_CONF_DIR=/tmp/ccnet SEAFILE_CONF_DIR=/tmp/seafile-data
install:
- pip install -r requirements.txt --allow-all-external --allow-unverified Djblets --allow-unverified PIL
2014-08-30 23:17:08 +08:00
- pip install -r test-requirements.txt
2014-08-18 16:04:23 +08:00
notifications:
email: false
slack:
rooms:
secure: TAfn5FZpRfzjGnHl2oiF1bF9FVg3L+ObK6gkNmdAY08xgdd8fHFOHrlD1WzrYSom3eT2OZ/5YPzrKAwbuWcMqTWc7NxjBCEDwfRu7F0DVBX/tUCd4f8H4B0LhaVpF3kNpApRV8UhIi1+2z9slP0O1BerDDn5AaTOx9YfcAFs/w8=
on_success: always