license-exprs 1.6.0

Validate SPDX 2.1 license expressions using SPDX License List 3.11 identifiers.
Documentation
language: rust
sudo: false

matrix:
  include:
  - os: osx
  - rust: stable
  - rust: beta
  - rust: nightly

script:
- cargo test