pad.libre-service.eu-etherpad/.travis.yml

40 lines
695 B
YAML
Raw Normal View History

2012-10-28 16:40:42 +01:00
language: node_js
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"
cache: false
before_install:
- sudo add-apt-repository -y ppa:libreoffice/ppa
- sudo apt-get update
- sudo apt-get -y install libreoffice
- sudo apt-get -y install libreoffice-pdfimport
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-09-22 23:11:30 +02:00
script: "tests/frontend/travis/runnerBackend.sh"