Commit Graph

69 Commits

Author SHA1 Message Date
7f2e9d9a6b Require go v1.5 for compilation
Google cloud package requires go v1.5 to compile, so we need to require the same for rclone.

Fixes #408
2016-04-04 17:34:39 +01:00
40dc575aa4 Update Travis CI
- Only use golint if version is > Go 1.4
- Add Go 1.6 and tip as test targets.
2016-03-23 17:07:26 +00:00
40252f0aa6 Make continuous integrations logs less noisy 2016-02-26 17:01:19 +00:00
5f97603684 Fix fetch test dependencies too. 2016-02-15 17:31:11 +00:00
f1debd4701 Fetch test dependencies too. 2016-02-15 17:20:26 +00:00
6cb0de43ce Deprecate compiling with go1.3 2016-01-23 17:27:00 +00:00
c245183101 Stop errcheck running for go < 1.5 2016-01-07 16:37:51 +00:00
46696865fd Ignore golint errors that can't be fixed
Stop duplicating checkers in .travis.yml - use Makefile as definitive source
2015-11-14 10:08:52 +00:00
7beb50caa7 Remove go tip for the moment since it seems to be broken 2015-11-11 18:18:04 +00:00
1945f09d06 Drop back to testing with go 1.4.2 as it includes go vet 2015-11-08 10:52:35 +00:00
a4f3548bbf Remove OS X build until #194 is fixed and update go versions 2015-11-08 10:31:40 +00:00
b85ddc4e4f Extend CI tests to include formatting checks.
CI tests now tests 'go vet', 'go fmt' (via goimports) and golint.

Adds Travis experimental OSX support.
2015-11-03 13:50:29 +01:00
3219334c3e Add "-race" test to travis. 2015-09-16 12:26:28 +02:00
f72575e75f Remove support for go 1.2 now that go 1.5 is out 2015-08-29 18:58:48 +01:00
67c311233b Run travis builds on container-based infrastructure
See http://docs.travis-ci.com/user/migrating-from-legacy/
TL;DR It starts much faster
2015-08-10 11:17:54 +01:00
6c6d7eb770 Drop support for Go 1.1 2015-08-10 11:17:54 +01:00
9ba25c7219 Test with go 1.4 too 2014-12-12 19:27:14 +00:00
a12760c038 Travis build correction - fixes #2 2014-06-26 19:05:48 +01:00
fdcd6a3a4c Add travis build file 2014-06-26 18:23:54 +01:00