intel-mkl-src 0.2.5

Redistribution of Intel(R) MKL as a crate
Documentation
language: rust

dist: trusty
sudo: false

rust:
  - stable
  - beta
  - nightly

os:
  - linux
  - osx

cache: cargo

matrix:
  allow_failures:
    - rust: nightly

script:
  - cargo test -vv