gonum / blas

A BLAS implementation for Go [DEPRECATED]
172 stars 16 forks source link

cleanup .travis.yml and associated files #127

Closed jonlawlor closed 9 years ago

jonlawlor commented 9 years ago

As explained in https://groups.google.com/d/msg/gonum-dev/GKJjAtDxR9I/n0FD7WvvN5AJ

Removed notifications and go tip, simplified code, added some comments, put all travis related code (except for .travis.yml) into .travis/

Also added install scripts to $TRAVIS_OS_NAME/$BLAS_LIB/, including ATLAS, even though it is not a part of the build matrix.

kortschak commented 9 years ago

LGTM except for minor change.