Skip to content

Commit

Permalink
Update to DITA-OT 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 9, 2018
1 parent c968a08 commit e050092
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jdk:
- oraclejdk8
env:
- DITA_OT=2.5.4
- DITA_OT=3.0.4
- DITA_OT=3.1
before_script:
- zip -r fox.jason.unit-test.zip . -x *.zip* *.git/* *temp/* *out/*
- curl -LO https://github.com/dita-ot/dita-ot/releases/download/$DITA_OT/dita-ot-$DITA_OT.zip
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Unit Test Framework for DITA-OT
===============================

[![DITA-OT 3,0](https://img.shields.io/badge/DITA--OT-3.0-blue.svg)](http://www.dita-ot.org/3.0/)
[![DITA-OT 2.5](https://img.shields.io/badge/DITA--OT-2.5-green.svg)](http://www.dita-ot.org/2.5/)
[![DITA-OT 3,1](https://img.shields.io/badge/DITA--OT-3.1-blue.svg)](http://www.dita-ot.org/3.1)
[![DITA-OT 2.5](https://img.shields.io/badge/DITA--OT-2.5-green.svg)](http://www.dita-ot.org/2.5)
[![Build Status](https://travis-ci.org/jason-fox/fox.jason.unit-test.svg?branch=master)](https://travis-ci.org/jason-fox/fox.jason.unit-test)
[![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)

Expand Down
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
See the accompanying LICENSE file for applicable licenses.
-->
<plugin id="fox.jason.unit-test">
<feature extension="package.version" value="1.0.3"/>

<feature extension="dita.conductor.transtype.check" value="unit-test"/>
<feature extension="dita.conductor.transtype.check" value="test-coverage"/>
<feature extension="dita.conductor.transtype.check" value="template-coverage"/>
Expand Down

0 comments on commit e050092

Please sign in to comment.