Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ env:

# Versions of go that are explicitly supported by gonum.
go:
- 1.5beta2
- 1.3.3
- 1.4.2
- 1.5beta3

# Required for coverage.
before_install:
Expand Down
1 change: 1 addition & 0 deletions .travis/linux/OpenBLAS/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo apt-get install -qq gfortran
pushd ~
sudo git clone --depth=1 git://github.com/xianyi/OpenBLAS
pushd OpenBLAS
echo OpenBLAS $(git rev-parse HEAD)
sudo make FC=gfortran &> /dev/null
sudo make PREFIX=/usr install
popd
Expand Down