27 Commits

Author SHA1 Message Date
Gyu-Ho Lee
62c1e9a824
travis: use Go 1.7.5 2017-02-15 17:02:50 -08:00
Gyu-Ho Lee
316adb4bcc
test: do not run 'goword' tests in CI 2017-02-14 23:22:44 -08:00
Anthony Romano
756992d30f
travis: disable email notifications
Was spamming security@coreos.com
2017-02-14 23:19:35 -08:00
Anthony Romano
f6d8059ac1 test: scan for exported godoc violations 2016-02-21 20:36:44 -08:00
Gyu-Ho Lee
683c78f9a3 travis: add go1.6 2016-02-20 21:02:43 -08:00
Gyu-Ho Lee
bbdd3c5f0e travis, test: allow failures with gotip
This allows tests to fail with Go tip, because go tip branch might not be
stable. This replaces https://github.com/coreos/etcd/pull/3953.
2015-12-04 11:16:59 -08:00
Gyu-Ho Lee
8e2c430f52 travis: add Go tip for testing
It would be good to test etcd with the latest Go branch,
so that we can find bugs either in Go or etcd in advance.

Reference:
https://docs.travis-ci.com/user/languages/go
2015-12-03 14:36:35 -08:00
Xiang Li
c4f8fe96e8 travis: install libpcap 2015-11-01 18:16:20 -08:00
Jonathan Boulle
516be7a781 travis: only run unit tests
Travis has chronic problems successfully running the integration suite -
and we've successfully moved to Semaphore for that purpose - but can
still be useful as a fail-fast option for testing unit tests and formatting.
2015-10-26 12:47:15 -07:00
Xiang Li
559b76f401 travis: drop go-nyet 2015-10-18 16:41:57 -07:00
Xiang Li
31395d257c travis: test for go 1.5 build 2015-08-20 11:39:41 -07:00
Yicheng Qin
90ad78aa46 travis: stop install tools cover and vet
There is no need to install them separately because they have been
downloaded in the default go root directory.
2015-05-26 11:03:53 -07:00
Barak Michener
92dca0af0f *: remove shadowing of variables from etcd and add travis test
We've been bitten by this enough times that I wrote a tool so that
it never happens again.
2015-02-17 16:31:42 -05:00
Yicheng Qin
a0f8aa1add travis: use latest go tool repo 2015-02-03 23:23:02 -08:00
Yicheng Qin
5c6ce0c18d travis: use go1.4 for new feature os.Unsetenv() 2015-02-03 23:11:08 -08:00
Brian Waldon
d5f6b97b20 test: do not run integration tests by default
The ./test script will no longer run the integration tests. To run the
integration test, set the INTEGRATION env var to a nonzero value. For
example, `INTEGRATION=y ./test`.
2015-01-22 17:31:27 -08:00
Barak Michener
fe4abc40ce Disable unused sudo-ability from Travis in hopes of faster startup
times.
2014-12-12 19:39:09 -05:00
Jonathan Boulle
341c7190d3 test: add govet to tests 2014-10-21 11:32:38 -07:00
Xiang Li
10c9f7389b test: turn off go 1.2 testing on travis 2014-09-14 21:40:09 -07:00
Jonathan Boulle
0241b8ba9a build: add travis configuration 2014-09-09 15:44:41 -07:00
Brian Waldon
fe39288ebf test(ci): Replace travis.ci with drone.io 2014-01-21 11:50:36 -08:00
Brandon Philips
56909bb6a3 fix(travis): fixes from the third_party.go merge 2014-01-14 22:36:40 -08:00
Ben Johnson
355bd6df9b Fix Travis CI. 2014-01-08 16:41:01 -07:00
Brandon Philips
9ea1ef8916 hack(travis): temporarily fix travis
try a quick workaround for https://github.com/travis-ci/travis-ci/issues/1727
2013-12-09 21:46:55 -08:00
Xiang Li
7004a6bcc1 fix travis 2013-08-17 08:30:31 -07:00
Xiang Li
177854c3e1 add test package. do not compile test codes with etcd 2013-08-17 08:30:31 -07:00
Brandon Philips
f746b1e4f1 feat(travis.yml): Initial commit 2013-08-06 17:50:20 -07:00