Libreoffice travis (#4159)
* remove cruft.. ugh * housekeeping: close stale issues * testing installing LO firstpull/4163/head
parent
c7581ba6f3
commit
3bd81e6d01
|
@ -8,6 +8,9 @@ services:
|
||||||
|
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get -y install libreoffice
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
|
|
Loading…
Reference in New Issue