1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-11 19:29:47 +08:00

22 Commits

Author SHA1 Message Date
ss8651twtw
2a48e1f1b9 Update .travis.yml and coverage script 2018-06-16 23:16:22 +08:00
ss8651twtw
6af3dea823 Fix repo info 2018-06-16 22:30:19 +08:00
frozenkp
f7e204608d script update 2018-06-04 16:20:22 +08:00
frozenkp
9ec4d8f850 script update 2018-06-04 14:53:43 +08:00
frozenkp
a826557c00 add codecov 2018-06-04 14:44:09 +08:00
frozenkp
b2ea4a0f43 add codecov 2018-06-04 14:32:53 +08:00
Richard Townsend
3df8f56a9f
Update .travis.yml 2018-05-11 00:44:19 +01:00
Richard Townsend
7ade2974fa travis: fix golang version format 2018-03-24 00:23:10 +00:00
Richard Townsend
eca9d9f7ba travis: test more recent versions 2018-03-24 00:21:08 +00:00
Richard Townsend
dede6dc750 Do not actively test go versions < 1.7 2018-01-27 17:53:44 +00:00
Richard Townsend
c05297176a travis: stop testing tip
tip seems to always fail at the moment due to a problem with
the unit testing framework. Disabling tip for now until the problem
is resolved.

https://github.com/smartystreets/goconvey/issues/476
2017-05-01 18:20:48 +01:00
xn0px90
40138b6a8e Update .travis.yml 2017-02-09 05:31:48 -05:00
Richard Townsend
40ff668377 Try to fix Travis again 2016-09-28 15:20:58 +01:00
Richard Townsend
71c761e7df Travis: drop support for go 1.3
Fixes #133 and #134, temporary workaround for #129 so we can continue
testing.
2016-05-21 18:59:06 +01:00
Richard Townsend
929d7d40ac travis: drop support for go 1.2
gonum needs sync.Pool which go 1.2 doesn't have (according to the Travis
log anyway).
2015-09-13 11:46:22 +01:00
Richard Townsend
b33c95a770 Travis: drop CI support for go 1.1 2014-10-05 11:25:46 +01:00
Richard Townsend
f1cee0b741 linear_models: Travis configuration 2014-07-18 23:08:17 +01:00
Richard Townsend
9ce6ec5afe Trying to fix Travis 2014-07-03 10:00:10 +01:00
Pekka Enberg
45b91dad87 Install libatlas-base-dev for Blas package
The Go blas package requires libcblas to be present on the system.
Travis environments run Ubuntu Linux so we need to install
libatlas-base-dev.

Signed-off-by: Pekka Enberg <penberg@iki.fi>
2014-05-31 11:08:16 +03:00
Stephen Whitworth
6cc6900da7 Shut up Travis 2014-05-17 21:50:53 +01:00
Stephen Whitworth
7c3e86d06c Added travis build command 2014-05-17 21:48:42 +01:00
Stephen Whitworth
697fbde085 Rename travis.yml to .travis.yml 2014-05-17 20:34:15 +01:00