Commit Graph

15 Commits

Author SHA1 Message Date
Andrey Petrov a998e91639
travisci: Remove explicit dep fetch (#287) 2018-12-25 14:53:38 -05:00
Harald Nordgren f36d7eb9cc travisci: Bump Go versions and use '.x' to always get latest patch versions (#281) 2018-10-28 11:25:05 -04:00
Andrey Petrov 9697c7d37f
Switch to go modules, update travisci for Go 1.11 (#279)
* Switch to go modules, update travisci for go 1.11

* Add go.{mod,sum}

* travisci: Merge envs, oops

Closes #271
2018-09-06 14:03:53 -05:00
Steven L 2078e13819 vendor: Switch to using `go dep`
* Adding go dep to the project

* Adding lockfile and changing README Go version
2017-10-12 13:40:35 -04:00
Dmitri Shuralyov 50001bf172 Travis: Check for gofmt issues. (#241)
* Travis: Check for gofmt issues.

This will help catch issues like https://github.com/shazow/ssh-chat/pull/240#discussion_r127626103
in CI.

* chat: Fix gofmt issue.
2017-07-17 15:03:55 -04:00
Andrey Petrov a9603fba7d travisci: Enable go 1.7 2016-08-16 14:20:51 -04:00
Andrey Petrov 1b7af5e559 chat/message/theme: Cleanup and refactor, tweak solarized. 2016-08-13 13:59:37 -04:00
Andrey Petrov 1662ecd431 Fix travisci tests
Bind to localhost rather than all hosts.
2016-08-02 16:03:19 -04:00
Andrey Petrov 2abe368022 style: Fix gofmt and vet complaints 2016-07-31 12:18:06 -04:00
Andrey Petrov 385340af8a Fix testing in travisci. 2016-07-25 12:20:10 -04:00
Andrey Petrov 5566514636 ci: Remove Dockerfile, golint, update travisci to use tip 2016-07-17 18:11:00 -04:00
Andrey Petrov 2ebd77af6a Disable golint travisci failure for now. 2015-01-20 16:31:49 -08:00
Peter Hellberg 50f1dc811c Run golint via fgt before the tests 2014-12-15 02:32:13 +01:00
Andrey Petrov fa224c8935 Only go v1.4, to save travis some resources. 2014-12-13 11:01:11 -08:00
Brendan Ashworth 4227e0d8d4 Adds Travis-CI testing
This commit adds Travis-CI testing, which allows
free and easy continuous integration for pull requests
and new commits. It also adds a `make deps` target
in the Makefile for easily adding the dependencies.

It can be enabled here:
http://docs.travis-ci.com/user/getting-started/#Step-one%3A-Sign-in

Just follow instructions 1-2, three is already done. Thanks.
2014-12-13 10:53:14 -08:00