Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:lino-framework/book
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaffre committed Sep 16, 2019
2 parents 4f792d8 + bfb1095 commit 62a815b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -13,6 +13,10 @@ env:
matrix:
- LINO_VERSION: dev
- LINO_VERSION: stable
addons:
apt:
packages:
- libreoffice

before_install:
- # sudo add-apt-repository -y ppa:libreoffice/ppa
Expand All @@ -21,9 +25,9 @@ before_install:
- sudo apt-get install -y swig
- sudo apt-get install -y graphviz
- sudo apt-get install redis-server ; redis-server &
- sudo apt-get install -y tidy libreoffice python3-uno
- sudo apt-get install -y tidy python3-uno
- sudo apt install libgconf-2-4 # Required for cypress with Ubuntu 16.04
- libreoffice '--accept=socket,host=127.0.0.1,port=8100;urp;' --headless &
#- libreoffice '--accept=socket,host=127.0.0.1,port=8100;urp;' --headless &

install:
- pip install -U setuptools
Expand Down

0 comments on commit 62a815b

Please sign in to comment.