forked from benbalter/word-to-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
30 lines (25 loc) · 808 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
langauage: ruby
script: "script/cibuild"
rvm:
- 2.1
before_install:
- sudo apt-get install python-software-properties
- sudo add-apt-repository -y ppa:libreoffice/libreoffice-$LIBRE_OFFICE_VERSION
- sudo apt-get update -qq
- sudo apt-get install -qq libreoffice-writer
cache:
- bundler
- apt
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- CC_TEST_REPORTER_ID=5d3c17f575317e4b908b8af9e1e44fbc48a4970b14a06c086658c3f1e567b558
matrix:
- LIBRE_OFFICE_VERSION=6-1
- LIBRE_OFFICE_VERSION=5-0
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT