2012-10-28 16:40:42 +01:00
|
|
|
language: node_js
|
2019-12-21 09:07:11 +01:00
|
|
|
|
2012-10-28 16:40:42 +01:00
|
|
|
node_js:
|
2020-09-22 22:52:06 +02:00
|
|
|
- "10.13.0"
|
|
|
|
- "10.14.0"
|
|
|
|
- "10.14.1"
|
|
|
|
- "10.14.2"
|
|
|
|
- "10.15.0"
|
|
|
|
- "10.15.1"
|
|
|
|
- "10.15.2"
|
|
|
|
- "10.15.3"
|
|
|
|
- "10.16.0"
|
|
|
|
- "10.16.1"
|
|
|
|
- "10.16.2"
|
|
|
|
- "10.16.3"
|
|
|
|
- "10.17.0"
|
|
|
|
- "10.18.0"
|
|
|
|
- "10.18.1"
|
|
|
|
- "10.19.0"
|
|
|
|
- "10.20.0"
|
|
|
|
- "10.20.1"
|
|
|
|
- "10.21.0"
|
|
|
|
- "10.22.0"
|
|
|
|
- "10.22.1"
|
|
|
|
|
2019-12-21 09:07:11 +01:00
|
|
|
|
2019-12-01 15:38:47 +01:00
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
2020-05-29 22:42:44 +02:00
|
|
|
cache: false
|
2020-05-29 13:28:31 +02:00
|
|
|
|
2020-07-10 17:13:06 +02:00
|
|
|
before_install:
|
2020-07-16 11:46:45 +02:00
|
|
|
- sudo add-apt-repository -y ppa:libreoffice/ppa
|
|
|
|
- sudo apt-get update
|
2020-07-10 17:13:06 +02:00
|
|
|
- sudo apt-get -y install libreoffice
|
2020-07-16 11:46:45 +02:00
|
|
|
- sudo apt-get -y install libreoffice-pdfimport
|
2020-07-10 17:13:06 +02:00
|
|
|
|
2020-03-22 03:11:14 +01:00
|
|
|
install:
|
|
|
|
- "bin/installDeps.sh"
|
|
|
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
2020-09-16 20:58:44 +02:00
|
|
|
- "npm install ep_hash_auth"
|
2020-03-22 03:11:14 +01:00
|
|
|
|
|
|
|
script:
|
|
|
|
- "tests/frontend/travis/runner.sh"
|
|
|
|
|
2012-10-28 17:48:51 +01:00
|
|
|
env:
|
|
|
|
global:
|
2013-06-06 19:16:04 +02:00
|
|
|
- secure: "WMGxFkOeTTlhWB+ChMucRtIqVmMbwzYdNHuHQjKCcj8HBEPdZLfCuK/kf4rG\nVLcLQiIsyllqzNhBGVHG1nyqWr0/LTm8JRqSCDDVIhpyzp9KpCJQQJG2Uwjk\n6/HIJJh/wbxsEdLNV2crYU/EiVO3A4Bq0YTHUlbhUqG3mSCr5Ec="
|
|
|
|
- secure: "gejXUAHYscbR6Bodw35XexpToqWkv2ifeECsbeEmjaLkYzXmUUNWJGknKSu7\nEUsSfQV8w+hxApr1Z+jNqk9aX3K1I4btL3cwk2trnNI8XRAvu1c1Iv60eerI\nkE82Rsd5lwUaMEh+/HoL8ztFCZamVndoNgX7HWp5J/NRZZMmh4g="
|
2019-12-21 09:07:11 +01:00
|
|
|
|
2019-12-21 10:10:35 +01:00
|
|
|
jobs:
|
2020-06-08 13:45:03 +02:00
|
|
|
include:
|
2020-06-08 14:51:57 +02:00
|
|
|
# we can only frontend tests from the ether/ organization and not from forks.
|
|
|
|
# To request tests to be run ask a maintainer to fork your repo to ether/
|
|
|
|
- if: fork = false
|
2020-04-03 03:27:05 +02:00
|
|
|
- name: "Run the Backend tests"
|
|
|
|
install:
|
2020-05-29 14:26:34 +02:00
|
|
|
- "bin/installDeps.sh"
|
2020-04-03 03:27:05 +02:00
|
|
|
- "cd src && npm install && cd -"
|
|
|
|
script:
|
|
|
|
- "tests/frontend/travis/runnerBackend.sh"
|
2019-12-21 10:10:35 +01:00
|
|
|
|
2012-10-28 16:40:42 +01:00
|
|
|
notifications:
|
2012-11-03 15:36:59 +01:00
|
|
|
irc:
|
|
|
|
channels:
|
2013-04-15 17:33:20 +02:00
|
|
|
- "irc.freenode.org#etherpad-lite-dev"
|