openblas-src 0.5.6

The package provides a source of BLAS and LAPACK via OpenBLAS.
Documentation
language: rust

os:
  - linux
  - osx

rust:
  - stable

before_install:
  - curl https://blas-lapack-rs.github.io/travis/fortran.sh | bash

script:
  - cargo test -vv

addons:
  apt:
    packages:
      - gfortran

notifications:
  email: false