Sha256: 02b2ef01a6c0aa05d0af31d113d6f3281aa738f347d9d19b95240099ea6c3041

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

language: ruby
cache: bundler
env:
  - CPLUS_INCLUDE_PATH=/usr/include/atlas C_INCLUDE_PATH=/usr/include/atlas
rvm:
  - "1.9.2"
  - "1.9.3"
  - "2.0.0"
  - "2.1.0"
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libatlas-base-dev
script: bundle exec rake compile && bundle exec rake spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nmatrix-gemv-0.0.3 .travis.yml