Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
travis: update go1.3beta2 -> go1.5beta3
Browse files Browse the repository at this point in the history
Also output OpenBLAS sha during build.
  • Loading branch information
kortschak committed Jul 30, 2015
1 parent 6d57e95 commit 1ea8c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ language: go

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

env:
matrix:
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

0 comments on commit 1ea8c20

Please sign in to comment.