pandoc-ac 0.2.0

A simple pandoc filter for converting acronym codes to LaTeX
Documentation
language: rust
sudo: true

rust:
  - stable
  - beta
  - nightly

install:
  - curl -L https://github.com/jgm/pandoc/releases/download/2.4/pandoc-2.4-1-amd64.deb --output pandoc-2.4-1-amd64.deb
  - echo '2d53c645895eacfe4bff572f7ccd5050890248c37be311f3d04819e11dcd97f7  pandoc-2.4-1-amd64.deb' > pandoc-2.4-1-amd64.sha256 
  - sha256sum --check pandoc-2.4-1-amd64.sha256
  - rm -f pandoc-2.4-1-amd64.sha256
  - sudo dpkg -i pandoc-2.4-1-amd64.deb

script:
  - cargo test

env:
matrix:
  allow_failures:
    - rust: nightly